Tornado-SQLAlchemy v0.7.0 Release Notes

    • 👌 Support for multiple databases (thanks @dingyaguang117_!)
    1. Drop :code:session_factory and :code:make_session_factory in favor of the new :code:SQLAlchemy instance
    2. Drop :code:declarative_base in favor of the new :code:SQLAlchemy.Model property
    3. Allow models to be associated to separate databases using :code:__bind_key__
    • ⬆️ [Please refer to UPGRADING.rst_ for help with upgrading.]