mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-09 18:30:39 -04:00
40f8aadd58
- 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
5 lines
231 B
Python
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.
|
|
|
|
""" |