Re: Persist python objects without a relational DB

2014-02-28 Thread Ben Finney
Ariel Argañaraz writes: > Hi, I would like to know which is the best framework to persist my > python objects in disk. The Python Wiki has a directory of tools for object persistence in Python https://wiki.python.org/moin/PersistenceTools>. -- \ “Our task must be to free ourselves from ou

Persist python objects without a relational DB

2014-02-28 Thread Ariel Argañaraz
Hi, I would like to know which is the best framework to persist my python objects in disk. I heard about ZODB (http://www.zodb.org/en/latest/index.html) is this the best or there is another ? -- Ariel Argañaraz -- https://mail.python.org/mailman/listinfo/python-list