THE SQLITEPP LIBRARY ==================== The sqlitepp library is a C++ wrapper around the C interface of sqlite3. It is intended to make the use of sqlite3 more comfortable in a C++ program. The goals of sqlitepp are: - to be elegantly designed and written - to be fast and simple - to be a minimal wrapper More information on sqlite3 can be found at . The sqlitepp library was inspired by boost and the excellent sqlite3pp library by Wongoo Lee . THE AUTHOR ========== Please report bugs and direct suggestions and questions regarding this software to Tim Marston .