silverqx 67dfa12b36 added tap helper
It calls the given callback with the given value then return the value.

Also used it on few places as a proof that it works, the old code
looks cleaner though because it's flat.
2022-06-02 14:57:35 +02:00
2022-06-02 14:57:35 +02:00
2022-06-01 21:04:09 +02:00
2022-06-02 14:57:35 +02:00
2022-06-02 11:16:29 +02:00
2022-05-26 09:51:51 +02:00
2022-06-02 14:57:35 +02:00
2022-06-01 12:06:34 +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
2022-05-26 21:22:37 +02:00
2022-05-17 14:50:20 +02:00
2021-03-26 17:58:14 +01:00
2022-05-31 20:38:48 +02:00
2022-05-26 09:51:34 +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 written in the modern c++20 way and 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. The code coverage 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%