Search results for "DBIx::Class"

DBIx::Class::Numeric - helper methods for numeric columns River stage zero No dependents

A DBIx::Class component that adds some extra accessors / mutators to any numeric columns you define. Additionally, columns can have max and min values defined, or be bound to the values of other columns in the table. This is useful if you have a lot ...

MUTANT/DBIx-Class-Numeric-0.005 - 09 May 2017 08:25:15 UTC - Search in distribution

DBIx::Class::Objects - Rewrite your DBIC objects via inheritance River stage zero No dependents

Consider a database where you have people and each person might be a customer. The following two tables might demonstrate that relationship. CREATE TABLE people ( person_id INTEGER PRIMARY KEY AUTOINCREMENT, name VARCHAR(255) NOT NULL, email VARCHAR(...

DBURKE/DBIx-Class-Objects-0.05 - 20 Jul 2015 21:00:51 UTC - Search in distribution

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

When preview mode is active, all reads and writes to the previewed sources are redirected to a preview table. When "publish" is called, these changes are synced to the live table from the previewed table. You will need to set these additional preview...

LSAUNDERS/DBIx-Class-Preview-1.000003 - 30 Mar 2011 09:39:51 UTC - Search in distribution

DBIx::Class::Service - Aggregate DBIC processes between multiple tables. River stage zero No dependents

ZIGOROU/DBIx-Class-Service-0.02 - 03 Apr 2008 09:49:48 UTC - Search in distribution

DBIx::Class::WebForm - CRUD Methods For DBIx::Class River stage zero No dependents

CRUD Methods For DBIx::Class....

JROBINSON/DBIx-Class-WebForm-0.02 - 27 Jan 2006 21:38:26 UTC - Search in distribution

DBIx::Class::Wrapper - A Moose role to allow your business model to wrap business code around a dbic model. River stage zero No dependents

JETEVE/DBIx-Class-Wrapper-0.009 - 03 Aug 2017 13:08:38 UTC - Search in distribution

DBIx::Class::KiokuDB - Refer to KiokuDB objects from DBIx::Class tables. River stage one • 6 direct dependents • 8 total dependents

This DBIx::Class component provides the code necessary for DBIx::Class::Row objects to refer to KiokuDB objects stored in KiokuDB::Backend::DBI....

DOY/KiokuDB-Backend-DBI-1.23 - 31 Mar 2014 20:06:52 UTC - Search in distribution

DBIx::Class::Valiant - Glue Valiant validations into DBIx::Class River stage zero No dependents

NOTEThis works as in 'it passed my existing tests'. Feel free to use it if you are willing to get into the code, review / submit test cases, etc. Also at some point this will be pulled into its own distribution so please keep in mind. I will feel tot...

JJNAPIORK/Valiant-0.002002 - 27 Aug 2023 14:18:29 UTC - Search in distribution

DBIx::Class::AuditAny - Flexible change tracking framework for DBIx::Class River stage zero No dependents

This module provides a generalized way to track changes to DBIC databases. The aim is to provide quick/turn-key options to be able to hit the ground running, while also being highly flexible and customizable with sane APIs. "DBIx::Class::AuditAny" wa...

VANSTYN/DBIx-Class-AuditAny-0.200200 - 20 Dec 2020 10:50:31 UTC - Search in distribution

DBIx::Class::BitField - Store multiple boolean fields in one integer field River stage zero No dependents

This module is useful if you manage data which has a lot of on/off attributes like *active, inactive, deleted, important, etc.*. If you do not want to add an extra column for each of those attributes you can easily specify them in one "integer" colum...

PERLER/DBIx-Class-BitField-0.13 - 17 Aug 2009 09:51:29 UTC - Search in distribution

DBIx::Class::Fixtures - Dump data and repopulate a database using rules River stage one • 3 direct dependents • 4 total dependents

Dump fixtures from source database to filesystem then import to another database (with same schema) at any time. Use as a constant dataset for running tests against or for populating development databases when impractical to use production clones. De...

SKAUFMAN/DBIx-Class-Fixtures-1.001039 - 25 Sep 2017 14:17:12 UTC - Search in distribution

DBIx::Class::QueryLog - Log queries for later analysis. River stage two • 8 direct dependents • 14 total dependents

FREW/DBIx-Class-QueryLog-1.005001 - 08 Dec 2015 23:44:12 UTC - Search in distribution

DBIx::Class::Tokenize - Automatically tokenize a column on creation River stage zero No dependents

This component simply creates a clean token based on a field on insertion. The simple use case is having a long name that is displayable, like "Catalyst Book" that you want to change to "catalyst_book". Rather than do that by hand every time you crea...

JSHIRLEY/DBIx-Class-Tokenize-0.01 - 01 May 2008 15:35:15 UTC - Search in distribution

DBIx::Class::TopoSort - The addition of topological sorting to DBIx::Class River stage one • 1 direct dependent • 2 total dependents

This adds a method to DBIx::Class::Schema which returns the full list of sources (similar to "sources" in DBIx::Class::Schema) in topological-sorted order. TOPOLOGICAL SORT A topological sort of the tables returns the list of tables such that any tab...

RKINYON/DBIx-Class-TopoSort-0.060000 - 23 Jun 2019 16:48:51 UTC - Search in distribution

Perlanet::DBIx::Class - Aggregate posts in a database using DBIx::Class River stage zero No dependents

CYCLES/Perlanet-DBIx-Class-0.02 - 08 Jun 2010 13:02:24 UTC - Search in distribution

DBIx::Class::ForceUTF8 - Force UTF8 (Unicode) flag on columns River stage zero No dependents

DBIx::Class::ForceUTF8 allows you to get columns data that have Unicode flag without specifying a column name. Best used with DBIx::Class::Schema::Loader....

THORIKAWA/DBIx-Class-ForceUTF8-0.0.2 - 06 Jan 2009 14:19:23 UTC - Search in distribution

DBIx::Class::FormTools - Helper module for building forms with multiple related DBIx::Class objects. River stage zero No dependents

Introduction DBIx::Class::FormTools is a data serializer, that can convert HTML formdata to DBIx::Class objects based on element names created with DBIx::Class::FormTools. It uses user supplied object ids to connect the objects with each-other. The o...

DJO/DBIx-Class-FormTools-0.000011 - 23 Jan 2020 13:00:54 UTC - Search in distribution

DBIx::Class::LibXMLdoc - Create an adjunct "[column]Doc" accessor of a column's data which is automatically parsed into a LibXML documentElement (beta-software). River stage zero No dependents

This DBIx::Class component does not alter your data in any way. It takes column names to get the value from the column, parse it into XML with LibXML and make the documentElement object available via an autogenerated accessor named by affixing the co...

ASHLEY/DBIx-Class-LibXMLdoc-0.05 - 30 Jun 2008 18:39:38 UTC - Search in distribution

DBIx::Class::Migration - Use the best tools together for sane database migrations River stage one • 5 direct dependents • 7 total dependents

DBIx::Class::DeploymentHandler is a state of the art solution to the problem of creating sane workflows for versioning DBIx::Class managed database projects. However, since it is more of a toolkit for building custom versioning and migration workflow...

JJNAPIORK/DBIx-Class-Migration-0.075 - 02 Jun 2020 20:56:05 UTC - Search in distribution
938 results (0.225 seconds)