merged a bunch of stuff

This commit is contained in:
CJ Cobb
2021-06-07 21:54:47 -04:00
parent 5f265c5850
commit a2dddbcb8a
11 changed files with 70 additions and 450 deletions

View File

@@ -45,7 +45,7 @@ TEST(BackendTest, Basic)
for (auto& config : configs)
{
std::cout << keyspace << std::endl;
auto backend = Backend::makeBackend(config);
auto backend = Backend::make_Backend(config);
backend->open(false);
std::string rawHeader =