Search results for "DBIx::Class"
DBIx::Class::Numeric - helper methods for numeric columns
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
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::Objects::Base - Base class for DBIx::Class::Objects objects
- DBIx::Class::Objects::Util - Internal utilities for DBIx::Class::Objects
- DBIx::Class::Objects::Role::Result
- 1 more result from DBIx-Class-Objects »
DBIx::Class::Preview
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.
ZIGOROU/DBIx-Class-Service-0.02
-
03 Apr 2008 09:49:48 UTC
-
Search in distribution
- DBIx::Class::ServiceProxy - Service proxy class for DBIx::Class::Service
- DBIx::Class::ServiceManager - Load DBIx::Class::Service objects and create accessor for services.
DBIx::Class::WebForm - CRUD Methods For DBIx::Class
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.
JETEVE/DBIx-Class-Wrapper-0.009
-
03 Aug 2017 13:08:38 UTC
-
Search in distribution
- DBIx::Class::Wrapper::Object - Base class for object containing business code around another DBIC object.
- DBIx::Class::Wrapper::Factory - A factory class that decorates a DBIx::Class::ResultSet.
- DBIx::Class::Wrapper::FactoryBase - A Factory class to inherit from
DBIx::Class::KiokuDB - Refer to KiokuDB objects from DBIx::Class tables.
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::Schema::KiokuDB - Hybrid KiokuDB/DBIx::Class::Schema schema support.
- DBIx::Class::KiokuDB::EntryProxy - A proxying result class for KiokuDB objects
- KiokuDB::TypeMap::Entry::DBIC::ResultSource - KiokuDB::TypeMap::Entry for DBIx::Class::ResultSource objects.
DBIx::Class::Valiant - Glue Valiant validations into DBIx::Class
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::Valiant::Result - Base component to add Valiant functionality
- DBIx::Class::Valiant::Validates - Add Valiant to DBIC
- DBIx::Class::Valiant::ResultSet - Validation support for resultsets
- 11 more results from Valiant »
DBIx::Class::AuditAny - Flexible change tracking framework for DBIx::Class
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::AuditAny::Util - Util functions for DBIx::Class::AuditAny
- DBIx::Class::AuditAny::DataPoint - Object class for AuditAny datapoint configs
- DBIx::Class::AuditAny::AuditContext - Base class for context objects in DBIx::Class::AuditAny
- 13 more results from DBIx-Class-AuditAny »
DBIx::Class::AuditLog - Simple activity audit logging for DBIx::Class
IONCACHE/DBIx-Class-AuditLog-0.6.4
-
13 Jul 2016 21:18:53 UTC
-
Search in distribution
DBIx::Class::BitField - Store multiple boolean fields in one integer field
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
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- lib/DBIx/Class/Fixtures/Schema.pm
- lib/DBIx/Class/Fixtures/DBI.pm
- DBIx::Class::Fixtures::External::File - save and restore external data
- 2 more results from DBIx-Class-Fixtures »
DBIx::Class::QueryLog - Log queries for later analysis.
FREW/DBIx-Class-QueryLog-1.005001
-
08 Dec 2015 23:44:12 UTC
-
Search in distribution
- DBIx::Class::QueryLog::Query - A Query
- DBIx::Class::QueryLog::Analyzer - Query Analysis
- DBIx::Class::QueryLog::Transaction - A Transaction
- 1 more result from DBIx-Class-QueryLog »
DBIx::Class::Tokenize - Automatically tokenize a column on creation
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
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
CYCLES/Perlanet-DBIx-Class-0.02
-
08 Jun 2010 13:02:24 UTC
-
Search in distribution
- Perlanet::DBIx::Class::Types - All types used by Perlanet::DBIx::Class
- Perlanet::DBIx::Class::Role::FeedResultSet - Role for the ResultSet which contains a list of feeds to aggregate
- Perlanet::DBIx::Class::Role::PostResultSet - Role for the ResultSet which contains a list of saved posts
DBIx::Class::ForceUTF8 - Force UTF8 (Unicode) flag on columns
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.
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).
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
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- DBIx::Class::Migration::FAQ - Answers to Frequently Asked Questions
- DBIx::Class::Migration::Types - Custom Type::Tiny Types
- DBIx::Class::Migration::Script - Tools to manage database Migrations
- 65 more results from DBIx-Class-Migration »