summaryrefslogtreecommitdiff
path: root/examples/nested_sets/__init__.py
blob: 3e73bb13e921e9fd6cdcde7e068e29067940547c (plain)
1
2
3
4
5
6
""" Illustrates a rudimentary way to implement the "nested sets"
pattern for hierarchical data using the SQLAlchemy ORM.

.. autosource::

"""