SQLite

SQLite is an embedded relational database.

You can find a copy at http://sqlite.org/, and Python bindings at http://pysqlite.org/ or http://www.rogerbinns.com/apsw.html

Axiom currently uses SQLite exclusively as its backend.

jethro@divmod.org