silverqx bb731e1c22 added make:seeder command 👌
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
2022-05-17 14:50:20 +02:00
2022-05-16 18:45:38 +02:00
2022-05-17 14:50:20 +02:00
2022-05-17 14:50:20 +02:00
2022-05-16 14:25:29 +02:00
2022-05-16 18:01:19 +02:00
2022-05-05 10:31:29 +02:00
2022-05-16 19:53:39 +02:00
2022-05-17 14:50:20 +02:00
2022-05-12 16:05:56 +02:00
2022-05-12 10:18:40 +02:00
2022-04-25 16:05:51 +02:00
2021-03-26 17:58:59 +01:00
2022-05-10 18:16:31 +02:00
2022-05-17 14:50:20 +02:00
2021-03-26 17:58:14 +01:00
2022-05-17 13:30:54 +02:00
2022-05-16 21:04:32 +02:00
added migrations 🔥🚀
2022-04-20 15:45:35 +02:00

TinyORM Logo TinyORM

MSVC 2019 Linux GCC/Clang MSYS2 UCRT64 GCC/Clang Clang Tidy/Clazy

www.tinyorm.org License MIT

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:

www.tinyorm.org

S
Description
Modern C++ ORM library
Readme MIT 38 MiB
Languages
C++ 92%
CMake 3.4%
PowerShell 2.6%
QMake 1.1%
Shell 0.4%
Other 0.5%