silverqx b09931b203 enhanced TinyOrm.pri and tom.pri
They can now also set up include directories and link against
the TinyORM library. It's accomplished by the TINYORM_BUILD_TREE
variable.

 - also updated all examples in the documentation
 - manually tried to recompile all the examples on all supported
   platforms
 - enhanced tiny_version_numbers.prf, throw error when the version file
   was not found or when the parsing failed
 - used qmake/common.pri in the TinyOrm.pri and tom.pri,
   the consequences are that the user can use eg "CONFIG += disable_orm"
   and all others supported qmake configurations on his own project, so
   if the TinyORM was compiled with some set of flags then the same set
   of flags has to be used on the compiled project, CMake is doing this
   automatically of course
 - added Configure using .qmake.conf to the hello world example
2022-05-06 16:14:33 +02:00
2022-05-05 14:09:29 +02:00
2022-05-06 16:14:33 +02:00
2022-05-06 16:14:33 +02:00
2022-05-06 16:14:33 +02:00
2022-05-05 10:31:29 +02:00
2022-05-05 22:02:36 +02:00
2022-05-05 14:09:29 +02:00
2022-04-26 20:33:11 +02:00
2021-12-29 15:01:23 +01:00
2022-04-25 16:05:51 +02:00
2021-03-26 17:58:59 +01:00
2022-05-03 13:51:06 +02:00
2021-03-26 17:58:14 +01:00
2022-05-05 22:18:45 +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%