sqlitepp - Homepage
About SQLite
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.
About sqlitepp
sqlitepp is a thin C++ wrapper around SQLite.
Project files for MSVC 2005 and Borland C++Builder are provided.
*nux remains untested.
Provided classes (in SQLite namespace)
- DB - General DB (connection)
- MemoryDB - An in-memory DB (connection)
- TempDB - An temporary DB (connection)
- Stmt - SQLite Statement
- Finalizer - Statement Finalizer (Guard)
- Resetter - Statement Resetter (Guard)
- Function - Base class for SQLite User Functions
- and so on...
Download
Download from Github
Borland C++Builder 2010 (Unicode): Github
Public repository: https://github.com/nmaier/sqlitepp
License
Same (non-)license as SQLite.
/* ** 2006 March 18 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** *************************************************************************