Skip to content

pweingardt/sqlitepp

Repository files navigation

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.

About

Small C++ SQLite3 wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages