Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 388 Bytes

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.