mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-03 06:59:23 -05:00
b09931b203c4fd19c5c22f1af7a3bd9a615acfe2
They can now also set up include directories and link against the TinyORM library. It's accomplished by the TINYORM_BUILD_TREE variable. - also updated all examples in the documentation - manually tried to recompile all the examples on all supported platforms - enhanced tiny_version_numbers.prf, throw error when the version file was not found or when the parsing failed - used qmake/common.pri in the TinyOrm.pri and tom.pri, the consequences are that the user can use eg "CONFIG += disable_orm" and all others supported qmake configurations on his own project, so if the TinyORM was compiled with some set of flags then the same set of flags has to be used on the compiled project, CMake is doing this automatically of course - added Configure using .qmake.conf to the hello world example
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%