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

This project is a small static C++ SQLite3 wrapper library, licensed under GPLv2.

Compilation

cmake (-DSQLITEPP_EXAMPLE=1) .
make

Use the -DSQLITEPP_EXAMPLE=1 parameter, if you want to compile the example too.

Usage

For a small example see example.cpp.

Doxy

The documenation generated by doxygen is here.