- Support for multiple databases (thanks [dingyaguang117])
- Drop `session_factory` and `make_session_factory` in favor of the new
`SQLAlchemy` instance
- Drop `declarative_base` in favor of the new `SQLAlchemy.Model` property
- Allow models to be associated to separate databases using `__bind_key__`
- [Please refer to [UPGRADING.md] for help with upgrading.]