mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 23:39:49 -06:00
Added TINYORM_DISABLE_ORM macro controlled by ORM for CMake and disable_orm for qmake. When TINYORM_DISABLE_ORM macro is defined then only the query builder without ORM is compiled. Also excludes ORM-related unit tests.