mirror of
https://github.com/getml/sqlgen.git
synced 2025-12-31 14:39:31 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -17,6 +17,7 @@ struct Person {
|
||||
|
||||
TEST(sqlite, test_create_table) {
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
const auto people = sqlgen::sqlite::connect()
|
||||
.and_then(create_table<Person> | if_not_exists)
|
||||
|
||||
Reference in New Issue
Block a user