C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa dd01fafa40 - added support for calling member functions (setters/getters) from Models
those functions can be used with databases and flat files
- removed support for calling static function
- if MORM_HAS_EZC_LIBRARY macro is defined then we can call a function
  which has a first argument Ezc::FunInfo<>& object
  (only for generating flat files)
2021-06-01 19:34:34 +02:00
samples namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
src - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
.gitignore Added flag has_primary_key_set to Model 2021-03-09 18:10:34 +01:00