inbetween cPickle and MySQL

Ian Bicking ianb at colorstudy.com
Wed May 29 18:16:41 EDT 2002


> >From my perl days I remeber some sort of "hash on a file"-thingy, that
> struck a middle ground between pickle and a full blow database. Is
> there anything like that in Python? 

You're thinking of databases like dbm, gdb, etc.  anydbm provides an
interface to a couple of these, and shelve uses these as a backend.

  Ian







More information about the Python-list mailing list