Python and serverless/flat DBs

Peter Hansen peter at engcorp.com
Thu Mar 11 08:47:52 EST 2004


Davin wrote:

> ZODB - Object persistence, which makes it good for storing Python 
> objects. I seem to have gotten the impression that it needs a backend of 
> another database to run though...or is this only if you want transaction 
> support? 

Might depend on what you mean by "transaction".  I suspect the 
impression you have gotten is wrong, because one can effectively use 
ZODB without a backend server, provided you are accessing it from only 
one process.

-Peter



More information about the Python-list mailing list