The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dbix class"

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

Tie::DBIx::Class - Tie a DBIx::Class ResultSet into a hash River stage zero No dependents

This module ties a DBIx::Class::ResultSet into a simple hash but loads the referenced DBIx::Class::ResultSet only on request reducing database access. DBIx::Class puts a SQL row into a simple object and masks all SQL from you scripts, but it's strict...

SEWI/Tie-DBIx-Class-0.01 - 06 Feb 2010 21:57:15 UTC - Search in distribution

DBIx::Class::Sims - The addition of simulating data to DBIx::Class River stage one • 1 direct dependent • 1 total dependent

This is a DBIx::Class component that adds a few methods to your DBIx::Class::Schema object. These methods make it much easier to create data for testing purposes (though, obviously, it's not limited to just test data). Alternately, it can be used as ...

GTERMARS/DBIx-Class-Sims-0.500012 - 10 Sep 2020 20:56:23 UTC - Search in distribution

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 - Search in distribution

Test::DBIx::Class - Easier test cases for your DBIx::Class applications River stage two • 26 direct dependents • 29 total dependents

The goal of this distribution is to make it easier to write test cases for your DBIx::Class based applications. It does this in three ways. First, it trys to make it easy to deploy your Schema. This can be to your dedicated testing database, or a sim...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC - Search in distribution

DBIx::Class::Candy - Sugar for your favorite ORM, DBIx::Class River stage two • 11 direct dependents • 28 total dependents

"DBIx::Class::Candy" is a simple sugar layer for definition of DBIx::Class results. Note that it may later be expanded to add sugar for more "DBIx::Class" related things. By default "DBIx::Class::Candy": * turns on strict and warnings * sets your par...

FREW/DBIx-Class-Candy-0.005003 - 14 Jul 2017 16:29:41 UTC - Search in distribution

DBIx::Class::Graph River stage zero No dependents

This module allows to create and interact with a directed graph. It will take care of storing the information in a relational database. It uses Graph for calculations. This module extends the DBIx::Class::ResultSet. Some methods are added to the resu...

PERLER/DBIx-Class-Graph-1.05 - 27 Dec 2011 13:27:06 UTC - Search in distribution

DBIx::Class::PgLog - Postgres simple activity loging for DBIx::Class River stage zero No dependents

Enable the PgLog schema component in your DBIx::Class::Schema class file: package My::Schema; use base qw/DBIx::Class::Schema/; __PACKAGE__->load_components(qw/Schema::PgLog/); Enable the PgLog component in your the individual DBIx::Class table class...

SHEEJU/DBIx-Class-PgLog-0.03 - 07 Oct 2014 09:21:20 UTC - Search in distribution

DBIx::Class::Stash - stash for DBIC River stage zero No dependents

stash method for DBIC....

NEKOKAK/DBIx-Class-Stash-0.07 - 17 Aug 2009 15:15:39 UTC - Search in distribution

Types::DBIx::Class - A Type::Library for DBIx::Class objects River stage zero No dependents

This simply provides some Type::Tiny style types for often shared DBIx::Class objects. It is forked from, and still borrows heavily from MooseX::Types::DBIx::Class....

YARY/Types-DBIx-Class-1.000006 - 02 Jun 2015 13:44:31 UTC - Search in distribution

DBIx::Class::AsFdat - like CDBI::Plugin::AsFdat. River stage zero No dependents

This module like CDBI::Plugin::AsFdat....

NEKOKAK/DBIx-Class-AsFdat-0.03 - 11 Nov 2008 16:27:07 UTC - Search in distribution

DBIx::Class::Events - Store Events for your DBIC Results River stage zero No dependents

A framework for capturing events that happen to a Result in a table, "PRECONFIGURED EVENTS" are triggered automatically to track changes. This is useful for both being able to see the history of things in the database as well as logging when events h...

GSG/DBIx-Class-Events-0.9.2 - 11 Jun 2019 14:11:49 UTC - Search in distribution

DBIx::Class::Loader - Dynamic definition of DBIx::Class sub classes. River stage one • 1 direct dependent • 1 total dependent

DBIx::Class::Loader automate the definition of DBIx::Class sub-classes by scanning table schemas and setting up columns and primary keys. Class names are defined by table names and the namespace option. The only required arguments are "namespace" and...

BLBLACK/DBIx-Class-Loader-0.21 - 27 Feb 2006 23:42:21 UTC - Search in distribution

DBIx::Class::Report - Ad-Hoc reporting from DBIx::Class River stage zero No dependents

NOTE: Experimental ALPHA code. Sometimes it's nice to be able to run ad-hoc SQL and get back a DBIx::Class resultset. We can use DBIx::Class::ResultSource::View, but that requires we hard-code our SQL ahead of time. "DBIx::Class::Report" allows you t...

OVID/DBIx-Class-Report-0.03 - 16 Mar 2016 10:45:43 UTC - Search in distribution

DBIx::Class::Smooth - Sugar for DBIx::Class River stage zero No dependents

DBIx::Class::Smooth is a sugar layer for DBIx::Class, partially built on top of DBIx::Class::Candy and DBIx::Class::Helpers....

CSSON/DBIx-Class-Smooth-0.0108 - 29 Nov 2020 19:45:40 UTC - Search in distribution

DBIx::Simple::Class - Advanced object construction for DBIx::Simple! River stage one • 1 direct dependent • 1 total dependent

DBIx::Simple::Class is a database table/row abstraction. At the same time it is not just a fancy representation of a table row like DBIx::Simple::Result::RowObject. Using this module will make your code more organized, clean and reliable (separation ...

BEROV/DBIx-Simple-Class-1.009 - 21 Mar 2015 10:33:59 UTC - Search in distribution

DBIx::Class::Factory - factory-style fixtures for DBIx::Class River stage zero No dependents

Ruby has "factory_girl", Python has "factory_boy". Now Perl has "DBIx::Class::Factory". Creating big fixture batches may be a pain. This module provides easy way of creating data in database via DBIx::Class. To create a factory just derive from DBIx:...

PUSHTAEV/DBIx-Class-Factory-0.04 - 16 Apr 2015 08:14:38 UTC - Search in distribution

DBIx::Class::Helpers - Simplify the common case stuff for DBIx::Class. River stage two • 11 direct dependents • 16 total dependents

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC - Search in distribution

DBIx::Class::Indexed - Index data via external indexing facilities. River stage one • 3 direct dependents • 3 total dependents

BRICAS/DBIx-Class-Indexed-0.03 - 13 Oct 2011 19:03:02 UTC - Search in distribution

DBIx::Class::Journal - Auditing for tables managed by DBIx::Class River stage zero No dependents

The purpose of this DBIx::Class component module is to create an audit-trail for all changes made to the data in your database (via a DBIx::Class schema). It creates *changesets* and assigns each create/update/delete operation an *id*. The creation a...

FREW/DBIx-Class-Journal-0.900201 - 30 Sep 2014 12:59:12 UTC - Search in distribution
941 results (0.201 seconds)