From 59b8c06f9b624013e700478608f55d6eff0e852a Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sat, 2 Dec 2017 18:12:53 +0800 Subject: [PATCH] Database: Add sqlite_orm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c52bd57..27b85a4 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [SimDB](https://github.com/LiveAsynchronousVisualizedArchitecture/simdb) - High performance, shared memory, lock free, cross platform, single file, minimal dependencies, C++11 key-value store [Apache2] * [SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project. [PublicDomain] * [sqlite_modern_cpp](https://github.com/aminroosta/sqlite_modern_cpp) - Header only C++14 wrapper around sqlite library. [MIT] +* [sqlite_orm](https://github.com/fnc12/sqlite_orm) - SQLite ORM light header only library for modern C++. [BSD-3-Clause] * [upscaledb](https://upscaledb.com) - An embedded "typed" key/value store with a built-in query interface. [GPLv3] ## Debug