This project is a small static C++ SQLite3 wrapper library, licensed under GPLv2.
cmake (-DSQLITEPP_EXAMPLE=1) .
make
Use the -DSQLITEPP_EXAMPLE=1
parameter, if you want to compile the
example too.
For a small example see example.cpp.
The documenation generated by doxygen is here.