pyramid_sqlalchemy
pyramid_sqlalchemy copied to clipboard
SQLAlchemy integration for pyramid
There is a small typo in docs/tests.rst. Should read `visible` rather than `visisble`.
This is an awesome project which reduces a lot of configurations!! It would be very helpful if pyramid_sqlalchemy supports multi database configuration, like Flask-SQLAlchemy does: https://pythonhosted.org/Flask-SQLAlchemy/binds.html
This is a first cut multiple-database support. This will fix #1. In addition I also reworked the code and documentation to stress that pyramid is not a requirement at all...