Import security/py-yara version 3.4.0
[dports.git] / databases / p5-DBIx-Class-Tree-NestedSet / pkg-descr
1 This module provides methods for working with nested set trees.  The
2 nested tree model is a way of representing hierarchical information in
3 a database.  This takes a different approach to the Adjacency List
4 implementation.  (see DBIx::Class::Tree::AdjacencyList which uses
5 parent relationships in a recursive manner).
6
7 WWW: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/