SQLiteW is a minimalist wrapper written in C++ for the SQLite3 C API that makes it trivial to execute simple SQL statements against a database and handle the results from within a program.
This source code is released under he GNU General Public License.