Just learning SQLite with C++. This project kinda counts as a wrapper for SQLite, download the src/database and contrib/SQLite folders and add them to your project, use src/database/main.cpp.txt as an example on how to use this wrapper.
Our Documentation can be found in the code's //comments.
You can report bugs in the issues tab in the github repository.
If you want to contribute, you can create a pull request so we can consider your contribution.
Please add your name and/or Github username to AUTHORS.md in your pull request.
Please see CHANGELOG.md.