How can I connect to multiple databases? (SQLAlchemy)
Question How can I connect to multiple databases? Answer For Pylons 0.9.6, this is now covered in SQLAlchemy for People in a Hurry pylonscookbook:SQLAlchemy 0.4 for people in a hurry#Multipleengines. For Pylons 0.9.5, the pylons.database module will get the "sqlalchemy.dburi" variable from your ...
How can I autoload my tables with SQLAlchemy?
Question How can I autoload my tables with SQLAlchemy? Answer SQLAlchemy can reflect tables from an existing database, querying to determine the properties needed for effective use. For Pylons 0.9.5, see Version 5 http://wiki.pylonshq.com ...