Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.08 KB

index.rst

File metadata and controls

50 lines (34 loc) · 1.08 KB

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.

API:

sqlalchemy_mptt

Project uses sqlalchemy_mptt


A lot of examples and logic in :pysqlalchemy_mptt.tests.tree_testing_base

Indices and tables

  • genindex
  • modindex
  • search