Is there a proper way to close a SQLAlchemy database? This is for a test suite that wants to create a database, close it, delete the database file, then recreate it again for another test. I don't care whether the metadata or engine remain or have to be recreated, but I want the engine to close all connections. This is for SQLite and MySQL.
-- Mike Orr <[EMAIL PROTECTED]> _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users