Ed Leafe wrote: > On May 30, 2006, at 10:16 AM, Uwe Grauer wrote: > >> may i suggest looking at sqlalchemy? >> If you find some time, please take a look. >> sqlalchemy does support many databases. It is still very young and >> improving. >> Maybe at some time it will help to improve the db-connectivity layer for >> dabo. sqlalchemy looks like it is getting the best of all existing orms >> for python. > > I've looked at this and SQLObject, another ORM tool, and they are > very impressive. However, we've designed the database layer to work with > programs that support the Python DBAPI specification; using one of these > ORM tools would require a major rewrite of the whole database tier. > > -- Ed Leafe
Sorry Ed, it was just meant in case you didn't know about. Anyway, sqlalchemy will be much better than the existing SQLObject. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
