Kevin Dangoor wrote:
Perhaps what I'll try is to just leave SQLObject in place in order to allow support of Identity and whatever else may like to use it, but just open my own psycopg connection for doing my own stuff.Some of the high-level features (default identity provider, DataController) use SQLObject, and the database module and implicit transactions use SQLObject, but you should be able to use any database technology you want.
Regards, Cliff

