Search results for "DBIx::Class"

DBIx::Class::I18NColumns - Internationalization for DBIx::Class Result class River stage zero No dependents

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::Loader::ADO - DBIx::Class::Loader ADO Implementation. River stage zero No dependents

See DBIx::Class::Loader....

BRICAS/DBIx-Class-Loader-ADO-0.07 - 26 Feb 2007 14:22:47 UTC - Search in distribution

DBIx::Class::MoreHelpers - More helpers for DBIx::Class River stage zero No dependents

Take a look at the individual components of this bundle for more documentation: * DBIx::Class::Helper::ResultSet::MoreShortcuts...

GEEKRUTH/DBIx-Class-MoreHelpers-1.0001 - 10 Jul 2023 14:39:24 UTC - Search in distribution

DBIx::Class::QueriesTime - Get your query's time. River stage zero No dependents

DBIx::Class::QueriesTime is Extension to DBIx::Class. DBIx::Class::QueriesTime get your query's time. DBIx::Class::QueriesTime is redefine DBIx::Class::Storage::DBI::_execute....

NEKOKAK/DBIx-Class-QueriesTime-0.01 - 23 Feb 2006 00:46:07 UTC - Search in distribution

DBIx::Class::RDBOHelpers - DBIC compat with Rose::DBx::Object::MoreHelpers River stage one • 1 direct dependent • 1 total dependent

DBIx::Class::RDBOHelpers implements several methods with the same names as those in Rose::DBx::Object::MoreHelpers. This class helps ease compatability issues when using packages that expect these methods to exist, like Rose::HTMLx::Form::Related and...

KARMAN/DBIx-Class-RDBOHelpers-0.12 - 24 Nov 2015 19:39:45 UTC - Search in distribution

DBIx::Class::UUIDColumns - Implicit uuid columns River stage two • 5 direct dependents • 39 total dependents

This DBIx::Class component resembles the behaviour of Class::DBI::UUID, to make some columns implicitly created as uuid. When loaded, "UUIDColumns" will search for a suitable uuid generation module from the following list of supported modules: Data::...

ABRAXXA/DBIx-Class-UUIDColumns-0.02006 - 21 Dec 2011 16:21:02 UTC - Search in distribution

Test::DBIx::Class::Stats - test statistics about your DBIx::Class calls River stage zero No dependents

ABRAXXA/Test-DBIx-Class-Stats-0.02 - 11 Feb 2017 20:05:11 UTC - Search in distribution

DBIx::Class::AlwaysUpdate - Always update the result on ->update, independent of changes River stage one • 1 direct dependent • 1 total dependent

This little helper will bring your result to always update all of its row, regardless of the change state or if its dirty or not. Its a very simple hack that overloads all functions which are required to identify if the data has changed. Be aware tha...

GETTY/DBIx-Class-AlwaysUpdate-0.001 - 05 Aug 2011 20:09:17 UTC - Search in distribution

DBIx::Class::BcryptColumn - Set a column to securely hash on insert/update using bcrypt River stage zero No dependents

It's considered best practice to store credential data about your system users (such as passwords) using a one way hashing algorithm. That way if your system gets hack and your database becomes compromised then at least the hackers won't know everyon...

JJNAPIORK/DBIx-Class-BcryptColumn-0.001003 - 05 May 2022 15:02:35 UTC - Search in distribution

DBIx::Class::DeleteAction - Define delete triggers River stage zero No dependents

With this DBIx::Class component you can specify actions that should be triggered on a row delete. A delete action is specified by adding the 'delete_action' key to the optional attribute HASH reference when specifing a new relation (see DBIx::Class::...

MAROS/DBIx-Class-DeleteAction-1.05 - 20 Feb 2010 13:30:55 UTC - Search in distribution

DBIx::Class::HashAccessor - Helper functions to install accessors for serialized hash columns River stage zero No dependents

GETTY/DBIx-Class-HashAccessor-0.001 - 14 Oct 2017 19:22:55 UTC - Search in distribution

DBIx::Class::LookupColumn - DBIx::Class components to help using Lookup tables. River stage zero No dependents

The objective of this module is to bring efficient and convenient methods for dealing with Lookup Tables. We call Lookup tables tables that are actually catalogs of terms. A good example is the table UserType in the Synopsis, that describles all the ...

RUBATTEL/DBIx-Class-LookupColumn-0.10 - 02 Dec 2012 12:52:08 UTC - Search in distribution

DBIx::Class::MooseColumns - Lets you write DBIC add_column() definitions as attribute options River stage zero No dependents

This module allows you to put the arguments to "add_column" in DBIx::Class::ResultSource right into your attribute definitions and will automatically call it when it finds an "add_column" attribute option. It also replaces the DBIx::Class-generated a...

MENDEL/DBIx-Class-MooseColumns-0.22 - 05 May 2011 23:32:34 UTC - Search in distribution

DBIx::Class::Schema::Diff - Identify differences between two DBIx::Class schemas River stage one • 2 direct dependents • 2 total dependents

General-purpose schema differ for DBIx::Class to identify changes between two DBIC Schemas. Currently tracks added/deleted/changed events and deep diffing across 5 named types of source data: * columns * relationships * constraints * table_name * isa...

VANSTYN/DBIx-Class-Schema-Diff-1.13 - 20 Jan 2021 07:24:38 UTC - Search in distribution

Test::DBIx::Class::Schema - DBIx::Class schema sanity checking tests River stage one • 2 direct dependents • 3 total dependents

It's really useful to be able to test and confirm that DBIC classes have and support a known set of methods. Testing these one-by-one is more than tedious and likely to discourage you from writing the relevant test scripts. As a lazy person myself I ...

CHISEL/Test-DBIx-Class-Schema-1.0.12 - 12 Jun 2017 09:19:29 UTC - Search in distribution

DBIx::Class::ColumnDefault - Automatically set column default values on insert River stage zero No dependents

Automatically set fields with default values from schema definition during insert. If the "default_value" is a reference to a scalar and matches one of the following, then the value will be the current datetime now() current_timestamp (datetime('now'...

GBARR/DBIx-Class-ColumnDefault-0.122200 - 07 Aug 2012 18:01:38 UTC - Search in distribution

DBIx::Class::DigestColumns - Automatic digest columns River stage zero No dependents

This DBIx::Class component can be used to automatically insert a message digest of selected columns. By default DigestColumns will use Digest::MD5 to insert a 128-bit hexadecimal message digest of the column value. The length of the inserted string w...

GRODITI/DBIx-Class-DigestColumns-0.06000 - 27 Mar 2007 17:39:46 UTC - Search in distribution

DBIx::Class::EncodeColumns - Handle column encodings River stage zero No dependents

This module allows you to handle column encodings...

ESSKAR/DBIx-Class-EncodeColumns-0.02 - 03 Nov 2006 23:07:04 UTC - Search in distribution

DBIx::Class::EncodedColumn - Automatically encode columns River stage two • 13 direct dependents • 14 total dependents

This DBIx::Class component can be used to automatically encode a column's contents whenever the value of that column is set. This module is similar to the existing DBIx::Class::DigestColumns, but there is some key differences: "DigestColumns" perform...

WREIS/DBIx-Class-EncodedColumn-0.00020 - 25 Sep 2019 12:34:33 UTC - Search in distribution

DBIx::Class::FormatColumns - Creates format accessors for you River stage zero No dependents

This modul creates format accessors for you. It tries to be smart and uses the *data_type* property of the column to know which kind of format accessors it should create. DateTime, Date formats If you did not use DBIx::Class::InflateColumns to *infla...

ESSKAR/DBIx-Class-FormatColumns-0.02 - 06 Nov 2006 18:13:53 UTC - Search in distribution
938 results (0.298 seconds)