Files
sqlalchemy/examples/dynamic_dict/__init__.py
T
Mike Bayer 40f8aadd58 - mega example cleanup
- added READMEs to all examples in each __init__.py and added to sphinx documentation
- added versioning example
- removed vertical/vertical.py, the dictlikes are more straightforward
2010-01-19 00:53:12 +00:00

5 lines
231 B
Python

"""Illustrates how to place a dictionary-like facade on top of a "dynamic" relation, so
that dictionary operations (assuming simple string keys) can operate upon a large
collection without loading the full collection at once.
"""