The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:DBIx::Tree"

DBIx::Tree - Generate a tree from a self-referential database table River stage zero No dependents

When you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out. Assuming there are no horribly broken nodes in your tree and (heaven forbid) any circular references, this module will ...

RSAVAGE/DBIx-Tree-1.98 - 02 Feb 2021 05:04:41 UTC

DBIx::OO::Tree - manipulate hierarchical data using the "nested sets" model River stage zero No dependents

MISHOO/DBIx-OO-0.0.9 - 26 Nov 2008 10:10:27 UTC

Tk::DBIx::Tree - Megawidget to display a table column in a tree. River stage zero No dependents

This is a megawidget to display a sql statement from your database in a tree view widget. When you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out....

XPIX/Tk-DBIx-0.01 - 17 Dec 2003 18:08:28 UTC

DBIx::Class::Tree - Manipulate and anaylze tree structured data. River stage one • 3 direct dependents • 3 total dependents

The tree modules provide the tools to represent, modify, and analyze trees of data with DBIx::Class....

ABRAXXA/DBIx-Class-Tree-0.03003 - 21 Jan 2011 09:31:42 UTC

DBIx::Tree::Persist - Play with Tree and Tree::Persist a la DBIx::Tree River stage zero No dependents

DBIx::Tree::Persist provides sample code for playing with Tree and Tree::Persist a la DBIx::Tree....

RSAVAGE/DBIx-Tree-Persist-1.04 - 08 Nov 2012 03:52:49 UTC

DBIx::Tree::NestedSet River stage zero No dependents

This module implements a "Nested Set" parent/child tree, and is focused (at least in my mind) towards offering methods that make developing web applications easier. It should be generally useful, though. See the "SEE ALSO" section for resources that ...

DJCP/DBIx-Tree-NestedSet-0.16 - 09 Sep 2004 02:54:21 UTC

DBIx::Tree::MaterializedPath - fast DBI queries and updates on "materialized path" trees River stage zero No dependents

This module implements database storage for a "materialized path" parent/child tree. Most methods (other than "new()") can act on any node in the tree, including the root node. For documentation on additional methods see DBIx::Tree::MaterializedPath:...

LARRYL/DBIx-Tree-MaterializedPath-v0.06 - 26 Nov 2008 04:53:36 UTC

DBIx::Tree::NestedSet::MySQL River stage zero No dependents

DJCP/DBIx-Tree-NestedSet-0.16 - 09 Sep 2004 02:54:21 UTC

DBIx::Class::Tree::NestedSet - Manage trees of data using the nested set model River stage zero No dependents

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::Adjac...

ICYDEE/DBIx-Class-Tree-NestedSet-0.10 - 22 Sep 2011 15:30:16 UTC

DBIx::Tree::NestedSet::SQLite River stage zero No dependents

DJCP/DBIx-Tree-NestedSet-0.16 - 09 Sep 2004 02:54:21 UTC

DBIx::Tree::NestedSet::Manage River stage zero No dependents

The idea of this module is that you subclass it and add your own cgiapp_prerun(), denied(), and cgiapp_postrun() methods. You should probably tweak the add_child_form() and delete_node() methods too to include the metadata you want in your tree. conf...

DJCP/DBIx-Tree-NestedSet-0.16 - 09 Sep 2004 02:54:21 UTC

DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the common adjacency list model. River stage one • 3 direct dependents • 3 total dependents

This module provides methods for working with adjacency lists. The adjacency list model is a very common way of representing a tree structure. In this model each row in a table has a prent ID column that references the primary key of another row in t...

ABRAXXA/DBIx-Class-Tree-0.03003 - 21 Jan 2011 09:31:42 UTC

DBIx::Class::Tree::CalculateSets River stage zero No dependents

This is a small utility module that lets you calculate nested sets from an ordinary parent column based tree structure, allowing you to trivially search an entire tree path. Note however, that constructing the search itself is outside the scope of th...

BERLE/DBIx-Class-Tree-CalculateSets-0.04 - 28 Oct 2009 11:55:50 UTC

DBIx::Tree::MaterializedPath::Node - node objects for "materialized path" trees River stage zero No dependents

This module implements nodes for a "materialized path" parent/child tree. Note: Normally nodes would not be created independently - create a tree first using DBIx::Tree::MaterializedPath and then create/manipulate its children....

LARRYL/DBIx-Tree-MaterializedPath-v0.06 - 26 Nov 2008 04:53:36 UTC

DBIx::Table::TestDataGenerator::Tree - tree builder, used internally to handle self-references in the target table River stage zero No dependents

This module has nothing to do with databases and could be used on its own. It handles ordered directed graphs which we will call trees here. The trees are represented as hashes where the keys are seen as parent identifiers and the values are referenc...

JDS/DBIx-Table-TestDataGenerator-0.005 - 21 Feb 2013 14:09:21 UTC

DBIx::Tree::MaterializedPath::PathMapper - manipulates paths for "materialized path" trees River stage zero No dependents

This module manipulates path representations for DBIx::Tree::MaterializedPath "materialized path" trees. PATH REPRESENTATIONS The "human-readable" path is a sequence of integers separated by periods that represents the path from the root node of the ...

LARRYL/DBIx-Tree-MaterializedPath-v0.06 - 26 Nov 2008 04:53:36 UTC

lib/DBIx/Tree/Persist/Create.pm River stage zero No dependents

RSAVAGE/DBIx-Tree-Persist-1.04 - 08 Nov 2012 03:52:49 UTC

lib/DBIx/Tree/Persist/Config.pm River stage zero No dependents

RSAVAGE/DBIx-Tree-Persist-1.04 - 08 Nov 2012 03:52:49 UTC

lib/DBIx/Class/Tree/Mobius.pm River stage zero No dependents

This module provides methods for working with trees of data using a Möbius encoding, a variant of 'Nested Intervals' tree encoding using continued fraction. This a model to represent hierarchical information in a SQL database that takes a complementa...

VDG/DBIx-Class-Tree-Mobius-0.212 - 15 Jul 2011 10:33:03 UTC

DBIx::Tree::MaterializedPath::TreeRepresentation - data structure for "materialized path" trees River stage zero No dependents

This module implements a data structure that represents a tree (or subtree) as stored in the database. Note: Normally these objects would not be created independently - call get_descendants() on a tree or a node to get its descendants as a DBIx::Tree...

LARRYL/DBIx-Tree-MaterializedPath-v0.06 - 26 Nov 2008 04:53:36 UTC
60 results (0.037 seconds)