|
sqlitepp
A small sqlite3 C++ library
|
This is a small sqlite C++ library.
For example: You want to access a SQLite library but you don't want to use the SQLite C functions for whatever reason.
You can use this library and access the sqlite database in a C++ way.
See example.cpp for a small example.
1.8.5