mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-03 23:19:28 -05:00
28568f2236d4bf4cc545f737f35eb8875927b8ae
In the release build HasRelationStore::m_relationStore will be always empty during copied/moved operation. In the debug mode are enabled Q_ASSERT() checks to inform a user. A Model class can not be copied/moved during any HasRelationStore operation.
TinyORM
TinyORM is a modern ORM library that makes interacting with a database extremely simple.
The code is well tested with the unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. For now, the code coverage is not ideal but is good enough to guarantee API and behavior compatibility.
Documentation
Whole library is documented as markdown documents:
Languages
C++
92%
CMake
3.4%
PowerShell
2.6%
QMake
1.1%
Shell
0.4%
Other
0.5%