View Source API Reference Closure Table v2.0.5

Modules

CTE

The Closure Table for Elixir strategy, CTE for short, is a simple and elegant way of storing and working with hierarchies. It involves storing all paths through a tree, not just those with a direct parent-child relationship. You may want to chose this model, over the Nested Sets model, should you need referential integrity and to assign nodes to multiple trees.

Most of the functions provided will accept the following options

Basic utilities for helping developing functionality about the CTE data structures