y_serial: warehouse Py objects w/ SQLite News
Status: Beta
Brought to you by:
rsvpcode
Thumbs up :: this essentially unifies standard modules: sqlite3, zlib, gzip, cPickle -- to compress Python objects (such as a dictionaries, lists, and classes) for persistance in a SQL database -- fast access in a few lines of code. Easy to maintain all objects under (project) tables in a *single* compact database file. Helpful examples, functions, and comments: annotate Python objects into SQLite; then retrieve them chronologically by keywords without any SQL. A very useful module for a database storing schema-less data; see https://sourceforge.net/projects/yserial/