silverqx 0bcbcd2431 added support for PostgreSQL schema builder 🎉👌
- added a new config. option dont_drop, allows to define table that
   will be excluded during dropAllTables(), has a default value
   spatial_ref_sys for PostGIS
 - implemented fluent commands, used only by the PostgreSQL Comment
   command
 - added tests for PostgreSQL schema builder
 - reworked tst_Migrate to be able to run on all supported connections,
   currently PostgreSQL and MySQL
 - updated docs

Unrelated:

 - added a new reference class IndexDefinitionReference for a nice API
   during index definition, contains algorithm and language
 - unified selectFromWriteConnection() in schema builders
2022-05-23 10:14:25 +02:00
2022-05-18 10:24:02 +02:00
2022-05-23 10:14:25 +02:00
2022-05-23 10:14:25 +02:00
2022-05-18 09:57:06 +02:00
2022-05-23 10:14:25 +02:00
2022-05-16 18:01:19 +02:00
2022-05-05 10:31:29 +02:00
2022-05-23 10:14:25 +02:00
2022-05-23 10:14:25 +02:00
2022-05-17 16:49:57 +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-17 16:05:53 +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

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%