Search results for "DBIx::Class"
DBIx::Class::Schema::PopulateMore - An enhanced populate method
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::Schema::PopulateMore::Visitor - Visitor for the Populate Data
- DBIx::Class::Schema::PopulateMore::Command - Command Class to Populate a Schema
- DBIx::Class::Schema::PopulateMore::Inflator - Base Class for keyword Inflators
- 13 more results from DBIx-Class-Schema-PopulateMore »
DBIx::Class::ParameterizedJoinHack - Parameterized Relationship Joins
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
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
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::Util::ResultSet::Iterator - Iterator Helper
DBIx::Class::Validation::Structure - DBIx::Class Validation based on the column meta data
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
HORNBURG/DBIx-Class-DeploymentHandler-CLI-0.3.0
-
03 Jan 2022 16:49:58 UTC
-
Search in distribution
- DBIx::Class::DeploymentHandler::CLI::ConfigReader - Config reader class for Deployment Handler CLI.
DBIx::Class::InflateColumn::Boolean - Auto-create boolean objects from columns.
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
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
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::Helper::ResultSet::WindowFunctions - (DEPRECATED) Add support for window functions to DBIx::Class
DBIx::Class::InflateColumn::BigFloat - Auto-inflate your decimal columns into solid floats
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.
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
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
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
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
RENEEB/DBIx-Class-InflateColumn-TimePiece-0.03
-
01 Sep 2022 08:03:06 UTC
-
Search in distribution
DBIx::Class::QueryLog::WithStackTrace
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
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
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::Serializer::YAML - YAML Inflator
- DBIx::Class::InflateColumn::Serializer::JSON - JSON Inflator
- DBIx::Class::InflateColumn::Serializer::Storable - Storable Inflator
DBIx::Class::InflateColumn::TimeMoment - Auto-create TimeMoment objects from date and datetime columns.
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