sqlalchemy_mptt¶

Library for implementing Modified Preorder Tree Traversal with your SQLAlchemy Models and working with trees of Model instances, like django-mptt. The nested set model is a particular technique for representing nested sets (also known as trees or hierarchies) in relational databases.
Where used¶
- ps_tree
- pyramid_pages
- your project …
Manual¶
Tutorial¶
A lot of examples and logic in
sqlalchemy_mptt.tests.tree_testing_base
Support and Development¶
To report bugs, use the issue tracker.
We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations, etc…
If you have question, contact me sacrud@uralbash.ru or #sacrud IRC
channel