mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-01 23:19:58 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -29,6 +29,7 @@ TEST(sqlite, test_single_read) {
|
||||
sqlgen::write(conn, people1);
|
||||
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
const auto people2 =
|
||||
(sqlgen::read<Person> | where("id"_c == 0))(conn).value();
|
||||
|
||||
Reference in New Issue
Block a user