Search results for "DBIx::Class"

DBIx::Class::ResultDDL - Sugar methods for declaring DBIx::Class::Result data definitions River stage zero No dependents

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::TimeStamp - DBIx::Class extension to update and create date and time based fields River stage two • 26 direct dependents • 75 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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::ProxyTable - without generating a schema River stage zero No dependents

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::PseudoEnum - Schema-based enumerations independent of database River stage zero No dependents

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. River stage zero No dependents

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) River stage zero No dependents

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::Sims::REST River stage zero No dependents

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 River stage zero No dependents

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. River stage one • 2 direct dependents • 4 total dependents

CLACO/DBIx-Class-Validation-0.02005 - 11 Jul 2009 15:38:53 UTC - Search in distribution

DBIx::Class::Visualizer - Visualize a DBIx::Class schema River stage one • 1 direct dependent • 1 total dependent

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::BatchUpdate - Update batches of DBIC rows with as few queries as possible River stage zero No dependents

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 River stage zero No dependents

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::EasyFixture - Easy fixtures with DBIx::Class River stage one • 1 direct dependent • 1 total dependent

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::GeomColumns - Filter of geometry columns to access with WKT River stage zero No dependents

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
938 results (0.151 seconds)