[sqlalchemy] Re: Local disk database caching and Session subclasses

2009-09-01 Thread Dimitri Tcaciuc
An update on the above, I goofed with subclassing since I had various interesting things in PYTHONPATH which caused issues. My original architecture question still applies tho. Dimitri. On Aug 31, 4:43 pm, Dimitri Tcaciuc dtcac...@gmail.com wrote: I'm working with SQLite databases located on

[sqlalchemy] Re: Local disk database caching and Session subclasses

2009-09-01 Thread Michael Bayer
Dimitri Tcaciuc wrote: My plan was that when an engine gets bound to session, I perform the database copy and create another engine which actually binds. When the session expires, temporary database is collected. But at this point, trying to make a simple Session subclass like so:     from