Re: Alternatives to traditional RDBMS

2008-09-10 Thread James Mills
On Thu, Sep 11, 2008 at 12:06 PM, alex23 <[EMAIL PROTECTED]> wrote: > "James Mills" <[EMAIL PROTECTED]> wrote: >> This is an ORM. They are >> off-topic for this thread :) > > Tsk, such an unfounded bias... To be honest. I have since now tried both ZODB and Durus and both seem really nice. I still

Re: Alternatives to traditional RDBMS

2008-09-10 Thread alex23
"James Mills" <[EMAIL PROTECTED]> wrote: > This is an ORM. They are > off-topic for this thread :) Tsk, such an unfounded bias... I've had a lot of success using sqlalchemy + Elixir together ;) -- http://mail.python.org/mailman/listinfo/python-list

Re: Alternatives to traditional RDBMS

2008-09-10 Thread James Mills
On Thu, Sep 11, 2008 at 3:40 AM, Daniel Fetchinson <[EMAIL PROTECTED]> wrote: > There is also dejavu: http://www.aminus.net/dejavu This is an ORM. They are off-topic for this thread :) cheers James -- -- -- "Problems are solved by method" -- http://mail.python.org/mailman/listinfo/python-list

Re: Alternatives to traditional RDBMS

2008-09-10 Thread James Mills
On Thu, Sep 11, 2008 at 12:51 AM, Tino Wildenhain <[EMAIL PROTECTED]> wrote: > Looks as you didn't mention ZODB yet. > As it is actively developed, it is maybe something > you could consider. Problem with ZODB is that I find that anything that comes out of Zope to be far too complicated in design

Re: Alternatives to traditional RDBMS

2008-09-10 Thread Daniel Fetchinson
>> Are there any known alternatives >> to the traditional RDBMS (MySQL, >> PostgreSQL, SQLite, Oracle, etc0 / >> >> I know of 3 written in Python: >> * buzhug >> * kirbybase >> * PyDbLite > > ZODB. Without any problems usable without ZOPE, clusterable, ACID-conform > and so forth. There is als

Re: Alternatives to traditional RDBMS

2008-09-10 Thread Diez B. Roggisch
James Mills wrote: > Hi all, > > Are there any known alternatives > to the traditional RDBMS (MySQL, > PostgreSQL, SQLite, Oracle, etc0 / > > I know of 3 written in Python: > * buzhug > * kirbybase > * PyDbLite ZODB. Without any problems usable without ZOPE, clusterable, ACID-conform and so

Re: Alternatives to traditional RDBMS

2008-09-10 Thread Tino Wildenhain
James Mills wrote: ... Are there any others out there ? Is anyone working on something ? I would like to continue my work on buzhug... I have so: * Fixed several bugs * Implemented a WSGI middleware layer I'd like to refactor a lot of it's code and make better use of more recent features of p