mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 09:59:23 -05:00
bb731e1c22a69f3b7aa8f279f592eefc42dcf4f7
This command is very similar to the make:migration command except the --create and --table command-line parameters. It provides the same functionality but for seeders. - updated docs TINYTOM_SEEDERS_DIR macro and TOM_SEEDERS_DIR for cmake
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%