1 Repo
Query interfaces for retrieving ancestors, descendants, and siblings in nested set structures.
Distinct from Nested Set Modeling: Distinct from Nested Set Modeling: focuses on the query interface for navigation rather than the storage model itself.
Explore 1 awesome GitHub repository matching data & databases · Nested Set Query Interfaces. Refine with filters or upvote what's useful.
This library provides a framework for managing hierarchical data structures within relational databases using the nested set model. It integrates directly with the Laravel Eloquent object-relational mapping layer, allowing developers to store, query, and manipulate complex parent-child relationships within standard database tables. The package distinguishes itself by implementing boundary-based indexing to represent tree depth and node containment. This approach enables the retrieval of entire branches or specific ancestors, descendants, and siblings through optimized database queries rather
Retrieves specific ancestors, descendants, or siblings using optimized database queries.