Sébastien Rombauts 716a50be78 Added inline cast operators to the Column::getXxx() appropriate functions
+ added a standard std::ostream inserter
2012-04-02 13:09:19 +02:00
2012-03-31 08:02:44 +02:00
2012-03-31 13:21:46 +02:00
2012-03-31 08:02:44 +02:00
2012-03-31 13:21:46 +02:00
2012-03-31 13:21:46 +02:00

SQLiteC++ is a smart and simple C++ SQLite3 wrapper, easy to use and efficient.

It is designed with the Resource Acquisition Is Initialization (RAII) idom
(see http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization).
Thus Each SQLiteC++ object must be constructed with a valid SQLite database connexion.

For other simple C++ SQLite wrappers look also at:
- sqdbcpp also using RAII (http://code.google.com/p/sqdbcpp/)
- CppSQLite (http://www.codeproject.com/Articles/6343/CppSQLite-C-Wrapper-for-SQLite
  or fork at https://github.com/NeoSmart/CppSQLite)
- sqlite3pp (http://code.google.com/p/sqlite3pp/)
- SQLite++ (http://sqlitepp.berlios.de/)

Copyright (c) 2012 Sebastien Rombauts (sebastien dot rombauts at gmail dot com)

Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
or copy at http://opensource.org/licenses/MIT)
Description
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
Readme 14 MiB
Languages
C 97.4%
C++ 2.3%
CMake 0.3%