Search results for "DBIx::Class"
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-2.04 - 27 Sep 2023 07:05:15 UTC - Search in distribution- DBIx::Class::ResultDDL::V0 - Back-compat for version 0 of this module
- DBIx::Class::ResultDDL::V1 - Back-compat for version 0 of this module
- DBIx::Class::ResultDDL::SchemaLoaderMixin - Modify Schema Loader to generate ResultDDL notation
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::PseudoEnum - Schema-based enumerations independent of database
Enumerations can be a bit of a pain. Not all databases support them equally (or at all), which reduces the portability of your application. Additionally, there are some philosophical and practical problems <https://chateau-logic.com/content/why-we-sh...
GEEKRUTH/DBIx-Class-PseudoEnum-1.0003 - 30 Jun 2023 12:40:29 UTC - Search in distribution
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::CryptColumn - Automatically hash password/passphrase columns
This component can be used to automatically hash password columns using any scheme supported by Crypt::Passphrase whenever the value of these columns is changed, as well as conveniently check if any given password matches the hash. Its main advantage...
LEONT/DBIx-Class-CryptColumn-0.008 - 18 Jul 2023 11:37:58 UTC - Search in distribution- DBIx::Class::InflateColumn::Crypt::Passphrase - Inflate/deflate columns to passphrase objects
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