query/test/backends/SchemaFixture.cpp

9 lines
146 B
C++

#include "SchemaFixture.hpp"
#include "connection.hpp"
namespace matador::test {
SchemaFixture::SchemaFixture()
: pool(connection::dns, 4) {}
}