finished statement cache class
This commit is contained in:
+3
-8
@@ -75,8 +75,8 @@ int main() {
|
||||
|
||||
const object::schema schema("Administration");
|
||||
|
||||
sql::connection_pool<sql::connection> pool("postgres://news:news@127.0.0.1:15432/matador", 4);
|
||||
// sql::connection_pool<sql::connection> pool("postgres://test:test123!@127.0.0.1:5432/matador", 4);
|
||||
// sql::connection_pool<sql::connection> pool("postgres://news:news@127.0.0.1:15432/matador", 4);
|
||||
sql::connection_pool pool("postgres://test:test123!@127.0.0.1:5432/matador", 4);
|
||||
|
||||
orm::session ses(pool);
|
||||
|
||||
@@ -121,9 +121,4 @@ int main() {
|
||||
// }
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
// registering table 'collection_center' (pk field: 'id')
|
||||
// registering relation table 'collection_center_users' (first fk field: 'collection_center_id', second fk field: 'user_id')
|
||||
// registering table 'internal_user_directory' (pk field: 'id')
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user