A modern C++ header only SQLite3 wrapper
This header only library aims to provide an simple and intuitive interface for the SQLite3 C library. Many of the methods took inspirations from the Python SQLite3 library.
- Download directory lib
- Include headers
- CMake Project:
- simply include the lib/include directory in your project
-
INCLUDE_DIRECTORIES(./lib/include)
- Others:
- include SQLITE3.hpp and SQLITE3_QUERY.hpp in your project
- CMake Project:
- SQLite3
- C++11
See Doxygen
- Fork Repo
- Make Changes and add new tests if needed
- Submit pull request with detail description on changes and new features
- Wait for approval
- Please keep in mind that this project aims to create a simple and intuitive interface for the SQLite3 C library, so please refrain from adding anything to the dependency tree.
Submit a feature request under the issues tab.
cmake CMakeLists.txt
make
./SQLitePlusDemo