back to coding

Sqlite is a set of routines which lets you set up and talk to a database stored in a single file. No separate server process is required.

Sqlite home page

See the sqlite reference for examples of the SQL language it uses.