SqlNub - 1.0.0
sqlnub.py - very light sqlite client for interfacing with a data file
Gummbum
(gummbum)
SqlNub uses the Python builtin library sqlite3.
The module is light enough for SQL novices--like me :)--with just enough features to help a programmer get off the ground with a mini database.
Suitable for high scores, settings, resource management, persistent game state, and light data storage and crunching.
SqlNub is easily extensible. It is used in ImageCache to implement persistent storage of pygame surfaces.