mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-28 22:09:27 -06:00
e79be8906cd751ef0cf1b8a00b7c78f15aacc09e
Used __has_include() in #if macro directives instead of checking _MSC_VER or __MINGW32__ to include mysql.h file. - also modified #error directive calls
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%