summaryrefslogtreecommitdiff
path: root/databases/SQLiteCpp/DESCR
blob: 4f35658a5f4d5ca99d33b9730a7229abd885daf7 (plain)
1
2
3
4
5
6
7
SQLiteC++ offers an encapsulation arround the native C APIs of SQLite,
with a few intuitive and well documented C++ class.  It is designed
using the Resource Acquisition Is Initialization (RAII) idom, and
throwing exceptions in case of SQLite errors (exept in destructors,
where assert() are used instead).  Each SQLiteC++ object must be
constructed with a valid SQLite database connection, and then is
always valid until destroyed.