9 lines
146 B
C++
9 lines
146 B
C++
#include "SchemaFixture.hpp"
|
|
|
|
#include "connection.hpp"
|
|
|
|
namespace matador::test {
|
|
SchemaFixture::SchemaFixture()
|
|
: pool(connection::dns, 4) {}
|
|
}
|