From 2c512c011bebca15112ec3bd2c0d256eb8c9d6e2 Mon Sep 17 00:00:00 2001 From: Silver Zachara Date: Thu, 26 May 2022 12:04:34 +0200 Subject: [PATCH] Database: Add TinyORM modern C++ ORM library Added the TinyORM modern C++ ORM library to the Database list. [TinyORM](https://github.com/silverqx/TinyORM) - Modern C++ ORM library. [MIT] [website](https://www.tinyorm.org/) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6423d51..57da9b9 100644 --- a/README.md +++ b/README.md @@ -939,3 +939,4 @@ A curated list of awesome C++ frameworks, libraries and software. * [cpp-taskflow/cpp-taskflow](https://github.com/cpp-taskflow/cpp-taskflow) - Modern C++ Parallel Task Programming * [gameplay3d/GamePlay](https://github.com/gameplay3d/GamePlay) - Open-source, cross-platform, C++ game engine for creating 2D/3D games. * [ChenglongChen/Kaggle_CrowdFlower](https://github.com/ChenglongChen/Kaggle_CrowdFlower) - 1st Place Solution for Search Results Relevance Competition on Kaggle. +* [TinyORM](https://github.com/silverqx/TinyORM) - Modern C++ ORM library. 🔥 [MIT] [website](https://www.tinyorm.org/)