]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The beaker_caching example has been reorgnized
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Jul 2010 20:19:08 +0000 (16:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Jul 2010 20:19:08 +0000 (16:19 -0400)
commit5ab558004c816deb258eef16b340c1cf9cda7776
treea4bac66a7037813eccbe23d7206de187dec735cf
parent9e84c0251f3480deab96728f3642527f69076bcb
- The beaker_caching example has been reorgnized
such that the Session, cache manager,
declarative_base are part of environment, and
custom cache code is portable and now within
"caching_query.py".  This allows the example to
be easier to "drop in" to existing projects.
CHANGES
examples/beaker_caching/__init__.py
examples/beaker_caching/advanced.py
examples/beaker_caching/environment.py
examples/beaker_caching/fixture_data.py
examples/beaker_caching/helloworld.py
examples/beaker_caching/local_session_caching.py
examples/beaker_caching/meta.py [deleted file]
examples/beaker_caching/model.py
examples/beaker_caching/relation_caching.py