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)

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.
**
*************************************************************************