query/backends/postgres/test/Connection.hpp.in

8 lines
197 B
C++

#ifndef POSTGRES_CONNECTION_HPP
#define POSTGRES_CONNECTION_HPP
namespace matador::test::connection {
const char* const dns = "@POSTGRES_CONNECTION_STRING@";
}
#endif /*POSTGRES_CONNECTION_HPP*/