From 10368ce286d49cd0e3d88cf9d8db9e067b312ca9 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Mon, 22 May 2017 07:51:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fabf915..d169014 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [RocksDB](https://github.com/facebook/rocksdb) - Embedded key-value store for fast storage from facebook. [BSD] * [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] * [upscaledb](https://upscaledb.com) - An embedded "typed" key/value store with a built-in query interface. [GPLv3] -* [sqlite_modern_cpp](https://github.com/aminroosta/sqlite_modern_cpp): Modern C++14, header only. [MIT] ## Debug *Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*