C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa b672b67e5c added get_vector() methods to Finder and Cursor
bool get_vector(std::vector<ModelClass> & result, bool clear_list = true);
  std::vector<ModelClass> get_vector();
2021-02-23 16:55:28 +01:00
samples fixed: a parent key was not properly set to simple childs (insert statements) 2019-09-24 17:08:45 +00:00
src added get_vector() methods to Finder and Cursor 2021-02-23 16:55:28 +01:00
.gitignore added .gitignore file 2021-02-17 17:06:51 +01:00