Skip to content

Commit

Permalink
Fix #141 Added reference to sqlite_orm: modern C++14, header only all…
Browse files Browse the repository at this point in the history
… in one file, no raw string queries, BSD-3 license
  • Loading branch information
SRombauts committed Dec 30, 2017
1 parent 2de458d commit eba308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ See bellow a short comparison of other wrappers done at the time of writing:
- [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

- [sqlite_orm](https://github.com/fnc12/sqlite_orm): modern C++14, header only all in one file, no raw string queries, BSD-3 license

0 comments on commit eba308d

Please sign in to comment.