Databases: Which one's right for me?

John J. Lee jjl at pobox.com
Sat Jan 10 19:50:49 EST 2004


Rene Pijlman <reply.in.the.newsgroup at my.address.is.invalid> writes:

> Marc:
> >Basically I need a db that will travel with my executable script and
> >faithfully store and edit the data needed in that script.
> 
> Have a look at ZODB.
> 
> Introduction:
> http://www.python.org/workshops/2000-01/proceedings/papers/fulton/zodb3.html

Which doesn't have a built-in query system, so isn't a database in the
same way as a relational DB like Postgres or Oracle.  It's more like
BSDDB + pickle.


John



More information about the Python-list mailing list