Hi there, > Kevin Dangoor wrote: > > Some of the high-level features (default identity provider, > > DataController) use SQLObject > > It's only a matter of time before I write a SQLAlchemy-based > IdentityProvider...
Nice to hear, I've been wanting to try out SQLAlchemy. The seperatin of class design and database mapping is a good thing (TM). I've used OJB [1] which does this very nicely for Java and it's a feature I have long missed from Python ORMs. Arnar [1] http://db.apache.org/ojb/

