Sqlite

SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. (src: aptitude show sqlite)

To install sqlite on Ubuntu

$ sudo aptitude install sqlite3

Help
SQLite documentation,
SQLite in 5 minutes or less,
Using SQLite for simple database storage
C\C++ API reference

No comments: