Sqlite

From XPUB & Lens-Based wiki

SQlite is an implementation of SQL designed to be "light-weight". SQLite is built into Python starting with version 2.5 and as such provides a convenient means of working with SQL from within Python, without requiring a server such as MySQL.

Main SQLite website