|
19 | 19 |
|
20 | 20 | TinyORM is a modern ORM library that makes interacting with a database extremely simple. |
21 | 21 |
|
22 | | -The code is written in the modern c++20 way and is __heavily__ tested with __3366__ 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. The code coverage is good enough to guarantee API and behavior compatibility. |
| 22 | +The code is written in the modern c++20 way and is __heavily__ tested with __3378__ 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. The code coverage is good enough to guarantee API and behavior compatibility. |
23 | 23 |
|
24 | 24 | ## Donations โค๏ธ |
25 | 25 |
|
@@ -67,7 +67,7 @@ The following list summarizes all the `TinyDrivers` and `TinyMySql` libraries' f |
67 | 67 | - re-using the current `SqlQuery` instance to re-execute the same or another query |
68 | 68 | - detaching from the result set (associated to release memory) |
69 | 69 | - query size, number of affected rows, last inserted ID, testing `isNull()`, ... |
70 | | - - all __3366 unit tests__ passed ๐ฎ |
| 70 | + - all __3378 unit tests__ passed ๐ฎ |
71 | 71 |
|
72 | 72 | The following list fastly summarizes all the `TinyORM` features. |
73 | 73 |
|
@@ -109,7 +109,7 @@ The following list fastly summarizes all the `TinyORM` features. |
109 | 109 | - __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ ๐ฅณ |
110 | 110 | - scaffolding of models, migrations, and seeders |
111 | 111 | - impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command |
112 | | -- a huge amount of code is unit tested, currently __3366 unit tests__ ๐คฏ |
| 112 | +- a huge amount of code is unit tested, currently __3378 unit tests__ ๐คฏ |
113 | 113 | - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code ๐), folding expressions |
114 | 114 | - qmake and CMake build systems support |
115 | 115 | - CMake FetchContent module support ๐ค |
|
0 commit comments