SqliteDatabase is a basic C++ wrapper around the SQLite database library.
You need a recent version of Microsoft Visual Studio to build the project.
Download the latest version of the SQLite amalgamation sources and put them in the project directory.
Now you should be able to build the project. You may need to retarget your solution.
Include SqliteDB.cpp
and SqliteDB.h
in your project, as well as the SQLite
amalgamation sources, and you should be ready to go.