mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-04 00:20:16 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -32,6 +32,7 @@ TEST(postgres, test_write_and_read) {
|
||||
.dbname = "postgres"};
|
||||
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
const auto conn =
|
||||
postgres::connect(credentials).and_then(drop<Person> | if_exists);
|
||||
|
||||
Reference in New Issue
Block a user