diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-03-18 09:23:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-03-18 09:23:39 +0800 |
commit | db9287ccf9a0a0ba7977312ba1aaca4e821676e1 (patch) | |
tree | aaf064b08d071dde5d756ef1872880db3f7556a6 /databases/Makefile | |
parent | 81b4c3a11f88a9b3d3ba841b443ccd6644c518dd (diff) | |
download | freebsd-ports-gnome-db9287ccf9a0a0ba7977312ba1aaca4e821676e1.tar.gz freebsd-ports-gnome-db9287ccf9a0a0ba7977312ba1aaca4e821676e1.tar.zst freebsd-ports-gnome-db9287ccf9a0a0ba7977312ba1aaca4e821676e1.zip |
This module provides methods for working with nested set trees. The
nested tree model is a way of representing hierarchical information in
a database. This takes a different approach to the Adjacency List
implementation. (see DBIx::Class::Tree::AdjacencyList which uses
parent relationships in a recursive manner).
WWW: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index bb16f5731617..cb0a5d7590b5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -365,6 +365,7 @@ SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-TimeStamp SUBDIR += p5-DBIx-Class-Tree + SUBDIR += p5-DBIx-Class-Tree-NestedSet SUBDIR += p5-DBIx-Class-UUIDColumns SUBDIR += p5-DBIx-Class-Validation SUBDIR += p5-DBIx-Class-WebForm |