summaryrefslogtreecommitdiff
path: root/examples/nested_sets/__init__.py
blob: 5fdfbcedc08646437e80d786c81816ab533699c5 (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::

"""