SQLiteW is a minimalist wrapper written in C++ for the SQLite3 C API that simplifies the execution of simple SQL statements against a database and handling the results from within a program.
This source code is released under the GNU General Public License.