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

Search results for "DBICx::"

DBICx::Hooks - Provide hooks into DBIx::Class create()/update()/delete() River stage zero No dependents

This modules provides a way to hook into the create(), update(), and delete() calls on your sources. This can be used to trigger bussiness processes after one of this operations. You register callbacks (even multiple callbacks) with a pair "Source"/"...

MELO/DBICx-Hooks-0.003 - 29 Jan 2011 06:02:54 UTC - Search in distribution

DBICx::Sugar - Just some syntax sugar for DBIx::Class River stage two • 3 direct dependents • 18 total dependents

Just some syntax sugar for your DBIx::Class applications. This was originally created to remove code duplication between Dancer::Plugin::DBIC and Dancer2::Plugin::DBIC....

IRONCAMEL/DBICx-Sugar-0.0200 - 29 Sep 2017 01:04:05 UTC - Search in distribution

DBICx::Deploy - deploy a DBIx::Class schema River stage one • 1 direct dependent • 1 total dependent

JROCKWAY/DBICx-Deploy-0.02 - 09 Oct 2007 18:14:24 UTC - Search in distribution
  • dbicdeploy - deploy a DBIx::Class schema to a database

DBICx::AutoDoc - Generate automatic documentation of DBIx::Class::Schema objects River stage one • 1 direct dependent • 1 total dependent

DBICx::AutoDoc is a utility that can automatically generate documentation for your DBIx::Class schemas. It works by collecting information from several sources and arranging it into a format that makes it easier to deal with from templates....

ILMARI/DBICx-AutoDoc-0.09 - 07 Nov 2017 11:36:06 UTC - Search in distribution

DBICx::Modeler - A Moose-based model layer over DBIx::Class River stage zero No dependents

DBICx::Modeler is tool for making a thin, Moose-based model layer over a DBIx::Class schema...

RKRIMEN/DBICx-Modeler-0.005 - 23 Oct 2009 20:25:38 UTC - Search in distribution

DBICx::Indexing - Easy way do declare extra indices to your tables River stage one • 1 direct dependent • 1 total dependent

Sometimes you need some extra indices on your tables. With DBIx::Class there is no easy way to declare them. The appropriate cookbook entry is "Adding Indexes And Functions To Your SQL" in DBIx::Class::Manual::Cookbook. This component makes the proce...

MELO/DBICx-Indexing-0.002 - 28 Jan 2010 16:16:26 UTC - Search in distribution

DBICx::MapMaker - automatically create a DBIx::Class mapping table River stage zero No dependents

JROCKWAY/DBICx-MapMaker-0.03 - 05 Jan 2011 05:43:58 UTC - Search in distribution

DBICx::Shortcuts - Setup a class with shortcut methods to the sources of a DBIx::Class-based schema River stage one • 1 direct dependent • 1 total dependent

If you use DBIx::Class a lot, you soon get tired of writting: $schema->resultset('Books')->create({...}); All that resultset($source_name') bussiness is a lot of code to write. The DBICx::Shortcuts class provides you with a shorter alternative. First...

MELO/DBICx-Shortcuts-0.007 - 29 Jan 2010 18:28:32 UTC - Search in distribution

DBICx::TxnInsert - wrap all inserts into transaction River stage zero No dependents

VOVKASM/DBICx-TxnInsert-0.02 - 28 Aug 2009 15:40:15 UTC - Search in distribution

DBICx::TestDatabase - create a temporary database from a DBIx::Class::Schema River stage two • 19 direct dependents • 94 total dependents

This module creates a temporary SQLite database, deploys your DBIC schema, and then connects to it. This lets you easily test your DBIC schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests...

JROCKWAY/DBICx-TestDatabase-0.05 - 29 Jul 2013 09:32:35 UTC - Search in distribution

DBICx::DataDictionary - Define a data dictionary to use with your DBIx::Class Schema River stage one • 1 direct dependent • 1 total dependent

As your DBIx::Class-based application starts to grown, you start to use the same definitions for some columns. All your primary keys are probably alike, and some fields, like names, addresses and other elements are also similar. The DBICx::DataDictio...

MELO/DBICx-DataDictionary-0.002 - 03 Feb 2010 15:55:43 UTC - Search in distribution

DBICx::MaterializedPath - DBIx::Class plugin for automatically tracking lineage paths in simple data trees. River stage zero No dependents

Note, this is an experimental package and not sanctioned by the DBIC core devs. Uses a column of a table with a tree structure to keep track of lineage. An example lineage showing primary key ids– # 1 -> 2 -> 3 -> 10 -> 999 -> 8 -> 42 my $rec = $resu...

ASHLEY/DBICx-MaterializedPath-0.03 - 21 Nov 2010 00:14:53 UTC - Search in distribution

DBICx::Backend::Move - Migrate an existing database to another backend River stage zero No dependents

When you use DBIx::Class to work with your database, migrating it from one backend to another should be really easy. Turns out it is not. This module offers a turn-key solution to the problem. Create an object of the DBICx::Migration subclass that co...

CALDRIN/DBICx-Backend-Move-1.000010 - 05 Nov 2012 13:51:33 UTC - Search in distribution

Module::Install::DBICx::AutoDoc - Use your Makefile to run DBICx::AutoDoc River stage zero No dependents

JMMILLS/Module-Install-DBICx-AutoDoc-0.03 - 31 Oct 2008 22:32:57 UTC - Search in distribution

Dancer::Plugin::DBIC - DBIx::Class interface for Dancer applications River stage one • 6 direct dependents • 7 total dependents

This plugin makes it very easy to create Dancer applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. You just need to configure your database connection information. For...

IRONCAMEL/Dancer-Plugin-DBIC-0.2104 - 09 Nov 2015 12:27:52 UTC - Search in distribution

Dancer2::Plugin::DBIC - DBIx::Class interface for Dancer2 applications River stage one • 7 direct dependents • 7 total dependents

This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. It also exports the keywords "resultset" and "rset". You just need ...

IRONCAMEL/Dancer2-Plugin-DBIC-0.0100 - 29 Sep 2017 01:09:27 UTC - Search in distribution

Rose::DBx::TestDB - test Rose::DB::Object modules River stage one • 6 direct dependents • 7 total dependents

KARMAN/Rose-DBx-TestDB-0.05 - 07 Jan 2010 06:02:18 UTC - Search in distribution

Module::Install::Pod::Inherit - Make your distribution's POD link to where inherited methods come from, the easy way (if you use M::I). River stage zero No dependents

One problem with modern perl code with fairly deep, or complex, inheritence trees is that users don't know where to look for documentation; they think they have a Foo::Bar object, and don't know to look fo the docs in Foo::Bar::Role::Server::Cute::Un...

JMASTROS/Module-Install-Pod-Inherit-0.01 - 26 Jun 2009 20:05:23 UTC - Search in distribution

Plack::Debugger::Panel::DBIC::QueryLog - DBIC query log panel for Plack::Debugger River stage zero No dependents

This module provides a DBIC QueryLog panel for Plack::Debugger with query alaysis performed by DBIx::Class::QueryLog::Analyzer (by default). For full details of how to setup Catalyst to use this panel and also for a full background of the design of t...

SYSPETE/Plack-Debugger-Panel-DBIC-QueryLog-0.002 - 08 Jul 2016 10:58:24 UTC - Search in distribution
19 results (0.045 seconds)