Menu

UPDATE y_serial: warehouse Python objects w/ SQLite

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/

Posted by Adriano 2009-09-07

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.