SQLite++ is a library that function as a wrapper for the SQLite3 database API. It is designed in a manner that the access to all data occurs transparently.
It comes with a number of classes, each one responsible to operate a data object abstraction. There is a Connection, Query, Table, Record, Recordset and Field object abstractions classes.
The intent of SQLite++ library is the give the user the power to access it’s data stored in a SQLite database without writing specific code for it and with a small memory footprint usage.