Tornado-SQLAlchemy v0.7.0 Release Notes
-
- 👌 Support for multiple databases (thanks
@dingyaguang117
_!)
- Drop :code:
session_factory
and :code:make_session_factory
in favor of the new :code:SQLAlchemy
instance - Drop :code:
declarative_base
in favor of the new :code:SQLAlchemy.Model
property - Allow models to be associated to separate databases using
:code:
__bind_key__
- ⬆️ [Please refer to
UPGRADING.rst
_ for help with upgrading.]
- 👌 Support for multiple databases (thanks