SAContext
is an organizer for
SQLAlchemy applications with optional
Pylons support. It bundles up your
database engines, metadatas, and SessionContext in one convenient object.
It's more convenient and
correct than the pylons.database
module in Pylons 0.9.5. See the
docstrings in the source code for usage.
To run the test suite, download both modules into the same directory and run "python test_context.py --help" for usage instructions.
The Pylons demo application (SAC_Demo) is no longer maintained and has been removed.
Please send feedback or suggestions to sluggoster@gmail.com. --Mike