Search results for "DBIx::Class"

DBIx::Class::Schema::PopulateMore - An enhanced populate method River stage two • 1 direct dependent • 30 total dependents

This is a DBIx::Class::Schema component that provides an enhanced version of the builtin method "populate" in DBIx::Class::Schema. What it does is make it easier when you are doing a first time setup and need to insert a bunch of rows, like the first...

JJNAPIORK/DBIx-Class-Schema-PopulateMore-0.19 - 09 Oct 2014 20:43:46 UTC - Search in distribution

DBIx::Class::ParameterizedJoinHack - Parameterized Relationship Joins River stage zero No dependents

This DBIx::Class component allows to declare dynamically parameterized has-many relationships. Add the component to your Result class as usual: __PACKAGE__->load_components(qw( ParameterizedJoinHack )); See "parameterized_has_many" for details on dec...

ARC/DBIx-Class-ParameterizedJoinHack-0.002001 - 19 Apr 2016 17:26:44 UTC - Search in distribution

DBIx::Class::QueryLog::Conditional - Disable QueryLogger instead of all query logging River stage zero No dependents

When you use DBIx::Class::QueryLog::Tee you will likely find that suddenly you are logging everything. Before "::Tee" came along your console was inconsolable, dispondant; you never heard from it again. After using "::Tee" suddenly your silent, moros...

FREW/DBIx-Class-QueryLog-Conditional-0.001000 - 28 Feb 2014 14:58:33 UTC - Search in distribution

DBIx::Class::ResultSet::SetControl - Easier Looping over resultsets River stage zero No dependents

There are times where Perl's procedural syntax for control flow and looping leads to excessively verbose code. For those times we present this helper which is designed to encapsulate some very common control flow and loop patterns for DBIx::Class use...

JJNAPIORK/DBIx-Class-ResultSet-SetControl-0.002 - 28 Mar 2019 16:56:35 UTC - Search in distribution

DBIx::Class::Validation::Structure - DBIx::Class Validation based on the column meta data River stage zero No dependents

DBIx::Class::Validation::Structure is DBIx::Class Validation based on the column meta data set in add_columns or add_column....

LJR/DBIx-Class-Validation-Structure-0.15 - 10 Aug 2015 16:00:41 UTC - Search in distribution

DBIx::Class::DeploymentHandler::CLI - Command line interface for deployment handler River stage zero No dependents

HORNBURG/DBIx-Class-DeploymentHandler-CLI-0.3.0 - 03 Jan 2022 16:49:58 UTC - Search in distribution

DBIx::Class::InflateColumn::Boolean - Auto-create boolean objects from columns. River stage zero No dependents

Perl does not have a native boolean data type by itself, it takes certain several scalar values as "false" (like '', 0, 0.0) as well as empty lists and "undef", and everything else is "true". It is also possible to set the boolean value of an object ...

GRAF/DBIx-Class-InflateColumn-Boolean-0.003000 - 02 Feb 2016 23:08:26 UTC - Search in distribution

DBIx::Class::Schema::ResultSetNames - Create resultset accessors from schema result class names River stage one • 2 direct dependents • 3 total dependents

DBIx::Class::Schema::ResultSetNames adds both singular and plural method accessors for all resultsets. So, instead of this: my $schema = MyApp::Schema->connect(...); my $result = $schema->resultset('Author')->search({...}); you may choose to this: my...

GEEKRUTH/DBIx-Class-Schema-ResultSetNames-1.0301 - 02 Jul 2022 18:00:59 UTC - Search in distribution

DBIx::Class::Helper::WindowFunctions - Add support for window functions to DBIx::Class River stage zero No dependents

This helper adds rudimentary support for window functions to DBIx::Class resultsets....

RRWO/DBIx-Class-Helper-WindowFunctions-v0.4.0 - 08 May 2023 19:17:03 UTC - Search in distribution

DBIx::Class::InflateColumn::BigFloat - Auto-inflate your decimal columns into solid floats River stage zero No dependents

This module causes 'decimal' type columns in your database to automatically wrap their values with Math::BigFloat. This solves most errors that occur due to floating point arithmatic upon these values. Keep in mind that while this fixes the values so...

CMCKAY/DBIx-Class-InflateColumn-BigFloat-0.01 - 26 May 2011 05:10:34 UTC - Search in distribution

DBIx::Class::InflateColumn::Currency - Auto-create Data::Currency objects from columns. River stage one • 1 direct dependent • 1 total dependent

This module inflates/deflates designated columns into Data::Currency objects....

CLACO/DBIx-Class-InflateColumn-Currency-0.02005 - 05 Jun 2008 01:52:35 UTC - Search in distribution

DBIx::Class::Relationship::Predicate - Predicates for relationship accessors River stage zero No dependents

DBIx::Class component to automatically create predicates for relationship accessors in a result class. By default, it creates "has_${rel_accessor_name}" methods and injects into the class, thus for that case we would have 'has_baz', 'has_buzz' and 'h...

WREIS/DBIx-Class-Relationship-Predicate-0.07 - 25 Oct 2013 11:47:23 UTC - Search in distribution

DBIx::Class::ResultSet::WithMetaData River stage zero No dependents

Attach metadata to rows by chaining ResultSet methods together. When the ResultSet is flattened to an ArrayRef the metadata is merged with the row hashes to give a combined 'hash-plus-other-stuff' representation....

LSAUNDERS/DBIx-Class-ResultSet-WithMetaData-1.001000 - 16 Aug 2010 12:22:03 UTC - Search in distribution

DBIx::Class::TimeStamp::WithTimeZone - DBIx::Class::TimeStamp extension that uses a specified timezone River stage zero No dependents

A subclass of DBIx::Class::TimeStamp that uses a specified timezone instead of the floating timezone....

JAVIER/DBIx-Class-TimeStamp-WithTimeZone-0.03 - 02 Jan 2016 13:23:10 UTC - Search in distribution

DBIx::Class::InflateColumn::TimePiece - Auto-create Time::Piece objects from integer (number of seconds since epoch) columns River stage zero No dependents

RENEEB/DBIx-Class-InflateColumn-TimePiece-0.03 - 01 Sep 2022 08:03:06 UTC - Search in distribution

DBIx::Class::QueryLog::WithStackTrace River stage zero No dependents

A subclass of DBIx::Class::QueryLog that adds a stacktrace to the logs...

DCANTRELL/DBIx-Class-QueryLog-WithStackTrace-1.0 - 16 May 2012 11:40:03 UTC - Search in distribution

DBIx::Class::ResultSet::ModifyMethods - Wrap modifiers around your methods River stage zero No dependents

There may be times when you wish to hook a resultset before passing a resultset to another method. Since the anonymous coderef can be a closure, this opens some possibilties for enabling observer style patterns. You can also use this to modify @args,...

JJNAPIORK/DBIx-Class-ResultSet-ModifyMethods-0.001 - 09 Mar 2017 22:28:20 UTC - Search in distribution

DBIx::Class::InflateColumn::Serializer - Inflators to serialize data structures for DBIx::Class River stage one • 9 direct dependents • 9 total dependents

These modules help you store and access serialized data structures in the columns of your DB from your DBIx::Classes. They are inspired from the DBIx::Class::Manual::FAQ and the DBIC test suite, and provide a bit more protection than the inflators pr...

MRUIZ/DBIx-Class-InflateColumn-Serializer-0.09 - 14 Jan 2017 17:33:18 UTC - Search in distribution

DBIx::Class::InflateColumn::TimeMoment - Auto-create TimeMoment objects from date and datetime columns. River stage zero No dependents

This module works with Time::Moment IS8601 date formats to inflate/deflate. A later version may handle databases in a more forgiving way, but really why not make them do something sensible. For more help with using components, see "USING" in DBIx::Cl...

NIGELM/DBIx-Class-InflateColumn-TimeMoment-0.050 - 27 Mar 2017 21:31:46 UTC - Search in distribution

DBIx::Class::Result::ExternalAttribute - The great new DBIx::Class::Result::ExternalAttribute! River stage zero No dependents

NOUDARD/DBIx-Class-Result-ExternalAttribute-0.06 - 27 Feb 2012 09:06:13 UTC - Search in distribution
938 results (0.191 seconds)