DBIx::Class::ResultDDL - Sugar methods for declaring DBIx::Class::Result data definitions
This is Yet Another Sugar Module for building DBIC result classes. It provides a domain-specific-language that feels almost like writing DDL. This module heavily pollutes your symbol table in the name of extreme convenience, so the "-Vx" option has t...
NERDVANA/DBIx-Class-ResultDDL-1.01 - 18 Feb 2021 04:59:28 UTC - Search in distribution- DBIx::Class::ResultDDL::V0 - Back-compat for version 0 of this module
DBIx::Class::Snowflake
MFOLLETT/DBIx-Class-Snowflake-0.10
-
24 Apr 2009 03:42:00 UTC
-
Search in distribution
- DBIx::Class::Snowflake::Fact
- DBIx::Class::Snowflake::Manual - Manual for setting up DBIx::Class::Snowflake with Snowflake schemas.
- DBIx::Class::Snowflake::Dimension
- 2 more results from DBIx-Class-Snowflake »
DBIx::Class::TimeStamp - DBIx::Class extension to update and create date and time based fields
Works in conjunction with InflateColumn::DateTime to automatically set update and create date and time based fields in a table....
RIBASUSHI/DBIx-Class-TimeStamp-0.14 - 05 Sep 2010 15:01:37 UTC - Search in distribution
DBIx::Class::UserStamp - Automatically set update and create user id fields
Automatically set fields on 'update' and 'create' that hold user id values in a table. This can be used for any user id based field that needs trigger like functionality when a record is added or updated....
JGOULAH/DBIx-Class-UserStamp-0.11 - 27 Aug 2008 20:43:07 UTC - Search in distribution
DBIx::Class::FromSledge - Update or Insert DBIx::Class data using from Sledge
Update or Insert DBIx::Class objects from Sledge::Plugin::Validator....
NEKOKAK/DBIx-Class-FromSledge-0.03 - 11 Jan 2007 03:14:27 UTC - Search in distribution
DBIx::Class::HTMLWidget - Like FromForm but with DBIx::Class and HTML::Widget
Something like Class::DBI::FromForm / Class::DBI::FromCGI but using HTML::Widget for form creation and validation and DBIx::Class as a ORM. Methods fill_widget $dbic_object->fill_widget($widget); Fill the values of a widgets elements with the values ...
ANDREMAR/DBIx-Class-HTMLWidget-0.16 - 06 Feb 2008 10:55:26 UTC - Search in distribution
DBIx::Class::ParseError - Extensible database error handler
This a tool to extend DB errors from DBIx::Class (basically, database error strings wrapped into a DBIx::Class::Exception obj) into an API to provide useful details of the error, allowing app's business layer or helper scripts interfacing with databa...
WREIS/DBIx-Class-ParseError-0.02 - 27 May 2020 19:27:20 UTC - Search in distribution- DBIx::Class::ParseError::Error - Structured error info
- DBIx::Class::ParseError::Parser - Parser base role
- DBIx::Class::ParseError::Parser::MySQL - Parser for MySQL
- 2 more results from DBIx-Class-ParseError »
DBIx::Class::ProxyTable - without generating a schema
The cause can treat a table becoming the base in DBIC without generating a schema. and auto create target table....
NEKOKAK/DBIx-Class-ProxyTable-0.02 - 03 Jun 2008 07:37:31 UTC - Search in distribution- DBIx::Class::ProxyTable::AutoCreateTable::mysql - auto create mysql table
- DBIx::Class::ProxyTable::AutoCreateTable::SQLite - auto create sqlite table.
DBIx::Class::Row::Delta - Keep track of and report on changes to a DBIC row object.
Record an initial set of values for a DBIC row, and later on get a string with the changed values....
JOHANL/DBIx-Class-Row-Delta-0.0.5 - 11 Oct 2014 20:27:06 UTC - Search in distribution
DBIx::Class::Row::Slave - DBIx::Class::Row for slave (EXPERIMENTAL)
DBIx::Class::Row::Slave is DBIx::Class::Row for slave. It provide no novel functions, but rather restrict some functions via slave "result_source"s. You can retrieve rows from either master or slave but you can neither add nor remove rows from slave....
TRAVAIL/DBIx-Class-Schema-Slave-0.02400 - 20 May 2008 14:35:22 UTC - Search in distribution- DBIx::Class::Schema::Slave - DBIx::Class::Schema for slave (EXPERIMENTAL)
DBIx::Class::Sims::REST
This is a skeleton base class that provides the basic functionality for a REST API around DBIx::Class::Sims. By itself, it only takes the request, parses it out, and invokes a series of methods that have empty implementations. You are supposed to sub...
RKINYON/DBIx-Class-Sims-REST-0.000012 - 08 Dec 2015 04:00:28 UTC - Search in distribution
DBIx::Class::TableNames - get table name list from database
Get table name list from database....
NEKOKAK/DBIx-Class-TableNames-0.01 - 05 Apr 2008 13:38:09 UTC - Search in distribution
DBIx::Class::Validation - Validate all data before submitting to your database.
CLACO/DBIx-Class-Validation-0.02005
-
11 Jul 2009 15:38:53 UTC
-
Search in distribution
DBIx::Class::Visualizer - Visualize a DBIx::Class schema
DBIx::Class::Visualizer is a GraphViz2 renderer for DBIx::Class schemas. It is designed to be used as a backend to web applications that can display the rendered graph in a more user friendly way. See Mojolicious::Plugin::DbicSchemaViewer....
CSSON/DBIx-Class-Visualizer-0.0200 - 19 Sep 2016 23:35:16 UTC - Search in distribution- DBIx::Class::Visualizer::Column - Handle column information
- DBIx::Class::Visualizer::Relation - Handle relation information
- DBIx::Class::Visualizer::ResultHandler - Handle result sources and related information
DBIx::Class::BatchUpdate - Update batches of DBIC rows with as few queries as possible
This module is for when you have loads of DBIC rows to update as part of some large scale processing, and you want to avoid making individual calls to $row->update for each of them. If the number of dirty rows is large, the many round-trips to the da...
JOHANL/DBIx-Class-BatchUpdate-1.004 - 05 Feb 2016 14:57:48 UTC - Search in distribution
DBIx::Class::EasyFixture - Easy fixtures with DBIx::Class
The latest version of this is always at <https://github.com/Ovid/dbix-class-easyfixture>. This is "ALPHA" code. Documentation is on its way, including a tutorial. For now, you'll have to read the tests. You can read t/lib/My/Fixtures.pm to see how fi...
OVID/DBIx-Class-EasyFixture-0.13 - 28 Nov 2018 09:09:51 UTC - Search in distribution- DBIx::Class::EasyFixture::Tutorial - what it says on the tin
- DBIx::Class::EasyFixture::Definition - Validate fixture definitions
DBIx::Class::ElasticSync - Helps keep your data in sync with elasticsearch
JEGADE/DBIx-Class-ElasticSync-0.06
-
01 Mar 2017 16:46:55 UTC
-
Search in distribution
DBIx::Class::GeomColumns - Filter of geometry columns to access with WKT
This module allows you to access geometry columns by WKT or KML format....
KOKOGIKO/DBIx-Class-GeomColumns-0.0.2 - 27 Aug 2008 04:34:55 UTC - Search in distribution
DBIx::Class::I18NColumns - Internationalization for DBIx::Class Result class
This module allows you to define columns that will store multiple values asociated to a language string and use it as normal columns. This is useful when you need to internationalize attributes of your DB entities. This component will create a new re...
DIEGOK/DBIx-Class-I18NColumns-0.15 - 28 Sep 2010 11:15:46 UTC - Search in distribution- DBIx::Class::ResultSet::I18NColumns - Internationalization for DBIx::Class ResultSet class
DBIx::Class::Loader::ADO - DBIx::Class::Loader ADO Implementation.
See DBIx::Class::Loader....
BRICAS/DBIx-Class-Loader-ADO-0.07 - 26 Feb 2007 14:22:47 UTC - Search in distribution