sqlalchemy_mptt

MPTT (nested sets) INSERT

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

Manual

API:

Tutorial

A lot of examples and logic in sqlalchemy_mptt.tests.cases

Support and Development

Changelog

Indices and tables