Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

jrohel/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

  • C++ 91.1%
  • CMake 8.9%