mirror of
https://github.com/getml/sqlgen.git
synced 2026-05-18 22:50:03 -05:00
Added the test infrastructure for postgres
This commit is contained in:
@@ -23,7 +23,7 @@ class Connection : public sqlgen::Connection {
|
||||
|
||||
public:
|
||||
Connection(const Credentials& _credentials)
|
||||
: credentials_(_credentials), conn_(make_conn(_credentials.to_str())) {}
|
||||
: conn_(make_conn(_credentials.to_str())), credentials_(_credentials) {}
|
||||
|
||||
static rfl::Result<Ref<sqlgen::Connection>> make(
|
||||
const Credentials& _credentials) noexcept;
|
||||
|
||||
Reference in New Issue
Block a user