Files
sqlalchemy/examples/dynamic_dict/__init__.py
T
2013-02-02 18:54:54 -05:00

6 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.
"""