sqlitepp
A small sqlite3 C++ library
 All Classes Functions Pages
sqlitepp Documentation

This is a small sqlite C++ library.

For example: You want to access a SQLite library but you don't want to use the SQLite C functions for whatever reason.

You can use this library and access the sqlite database in a C++ way.

See example.cpp for a small example.