- `DBFixture` can now be configured with either an `sql_path` as before or with a `db_path`, pointing to a template database. - `DBFixture.engine` is now initialized during `__enter__()`, not during `__init__()`. - Initialize `DBFixture.__metadata__`.
0.1.8
Flush objects after deleting them from the database.
0.1.7
Fix `Transaction.add`.
0.1.6
Flush objects after adding them to the database.
0.1.5
- Raise a `RuntimeError` if entering a `Session` twice. - Call `commit()` or `rollback()` when leaving a session. - Add `Session.transaction` property.