Standalone client database for Python?

Thomas Guettler guettli at thomas-guettler.de
Thu Dec 18 06:44:37 EST 2003


Am Wed, 17 Dec 2003 12:07:01 -0300 schrieb Gustavo Campanelli:

> What are our options for a standalone (that is one that's not 
> client/server) easily accesible from Python?
> I'm not going to ask for special features as this is only to see what is 
> avaiable and used (most used most probably meaning well maintained 
> project).

If you don't need a relational database (SQL)
you can look at ZODB.

It is easy accesible from python since
it is coded in python.

 thomas





More information about the Python-list mailing list