Added sqlite_modern_cpp to README

A modern C++11 wrapper, all in one file, MIT license
This commit is contained in:
Sébastien Rombauts 2014-07-07 21:17:13 +02:00
parent 7465989a84
commit eea90c70e4

View File

@ -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 - [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 - [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 - [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