Files
TinyORM/docs
silverqx 2a2f072ccf added BelongsToMany::save/saveMany/create/createMany
- added tests
 - updated documentation
 - added missing std::move in HasOneOrMany::save()
2021-04-30 22:13:33 +02:00
..
2021-04-10 16:24:03 +02:00
2021-04-11 12:26:52 +02:00
2021-03-26 18:07:19 +01:00

TinyORM: Documentation

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 a real MySQL database. For now, the code coverage is not ideal but is good enough to guarantee API and behavior compatibility.