From eea90c70e49a4f73004a8a4e9b697ef27f4573c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 7 Jul 2014 21:17:13 +0200 Subject: [PATCH] Added sqlite_modern_cpp to README A modern C++11 wrapper, all in one file, MIT license --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 461d91a..fff621d 100644 --- a/README.md +++ b/README.md @@ -253,3 +253,4 @@ See also the file WRAPPERS.md offering a more complete comparison of other wrapp - [SQLite++](http://sqlitepp.berlios.de/): uses boost build system, Boost License 1.0 - [CppSQLite](http://www.codeproject.com/Articles/6343/CppSQLite-C-Wrapper-for-SQLite/): famous Code Project but old design, BSD License - [easySQLite](http://code.google.com/p/easysqlite/): manages table as structured objects, complex + - [sqlite_modern_cpp](https://github.com/keramer/sqlite_modern_cpp): modern C++11, all in one file, MIT license