Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Announce

ANN: warehouse Objects in SQLite : y_serial module

 

 

Python announce RSS feed   Index | Next | Previous | View Threaded


code43 at akapost

Sep 11, 2009, 12:04 AM

Post #1 of 1 (205 views)
Permalink
ANN: warehouse Objects in SQLite : y_serial module

Module download at SourceForge http://yserial.sourceforge.net

Serialization + persistance :: in a few lines of code, compress and
annotate Python objects into SQLite; then later retrieve them
chronologically by keywords without any SQL. Most useful "standard"
module for a database to store schema-less data.

The module is instructive in the way it unifies the standard
batteries: sqlite3 (as of Python v2.5), zlib (for compression), and
cPickle (for serializing objects).

If your Python program requires data persistance, then y_serial is a
module which should be worth importing. All objects are warehoused in
a single database file in the most compressed form possible. Tables
are used to differentiate projects. Steps for insertion, organization
by annotation, and finally retrieval are amazingly simple...

y_serial.py module :: warehouse Python objects with SQLite
http://yserial.sourceforge.net

--
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/

Python announce RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.