5
5
The sqlite3cc library is a C++ wrapper around the excellent SQLite 3 library.
6
6
The SQLite Library has a C-style interface, and sqlite3cc is intended to make
9
9
The goals of sqlite3cc are:
13
13
- to keep the API similar to the SQLite library
15
15
More information about the sqlite3cc library can be found at
18
18
More information on the SQLite library can be found at <http://www.sqlite.org/>.