Search results for "DBIx::Class"

CGI::Application::Plugin::DBIx::Class - Access a DBIx::Class Schema from a CGI::Application River stage one • 2 direct dependents • 2 total dependents

This module helps you to map various DBIx::Class features to CGI parameters. For the most part that means it will help you search, sort, and paginate with a minimum of effort and thought....

FREW/CGI-Application-Plugin-DBIx-Class-1.000101 - 17 Nov 2012 21:35:48 UTC - Search in distribution

DBIx::Class::Helper::Row::Enumeration - Add methods for emum values River stage zero No dependents

This plugin is inspired by MooseX::Enumeration. Suppose your database has a column with an enum value. Checks against string values are prone to typos: if ($row->result eq 'faol') { ... } when instead you wanted if ($row->result eq 'fail') { ... } Us...

RRWO/DBIx-Class-Helper-Row-Enumeration-v0.1.8 - 13 Jul 2019 10:03:25 UTC - Search in distribution

DBIx::Class::ResultSet::Data::Pageset - Get a Data::Pageset pager from a resultset River stage zero No dependents

This is a simple way to allow you to get a Data::Pageset object for paging rather than the standard Data::Page object....

BRICAS/DBIx-Class-ResultSet-Data-Pageset-0.06 - 19 Nov 2009 14:55:06 UTC - Search in distribution

DBIx::Class::Indexer::WebService::Dezi - An indexer for Dezi/Lucy. River stage zero No dependents

LOGIE/DBIx-Class-Indexer-WebService-Dezi-0.08 - 24 Sep 2012 04:21:06 UTC - Search in distribution

DBIx::Class::Indexer::WebService::Solr - Automatic indexing of DBIx::Class objects via WebService::Solr River stage zero No dependents

Connects a DBIx::Class-based class to a Solr index....

BRICAS/DBIx-Class-Indexer-WebService-Solr-0.02 - 19 Nov 2009 17:58:27 UTC - Search in distribution

DBIx::Class::Schema::Versioned::Inline - Defined multiple schema versions within resultset classes River stage zero No dependents

This module extends DBIx::Class::Schema::Versioned using simple 'since' and 'until' tokens within result classes to specify the schema version at which classes and columns were introduced or removed. Column since/until definitions are included as par...

SYSPETE/DBIx-Class-Schema-Versioned-Inline-0.204 - 28 May 2015 15:30:53 UTC - Search in distribution

DBIx::Class::Helper::ResultSet::CrossTab River stage zero No dependents

A helper to simulate crosstab functionality in DBIx::Class...

SCESANO/DBIx-Class-Helper-ResultSet-CrossTab-0.007 - 11 Sep 2022 09:40:12 UTC - Search in distribution

DBIx::Class::Indexer::WebService::Lucene - Automatic indexing of DBIx::Class objects via WebService::Lucene River stage zero No dependents

This is a DBIx::Class component to make full-text indexing a seamless part of database objects. All that is required is the registration of desired fields for the index. Notice that fields are not necessarily the same as columns. For instance, suppos...

BRICAS/DBIx-Class-Indexer-WebService-Lucene-0.02 - 02 May 2007 12:30:36 UTC - Search in distribution

DBIx::Class::InflateColumn::Object::Enum - Allows a DBIx::Class user to define a Object::Enum column River stage two • 1 direct dependent • 19 total dependents

JMMILLS/DBIx-Class-InflateColumn-Object-Enum-0.06 - 30 May 2014 18:13:57 UTC - Search in distribution

DBIx::Class::Storage::Debug::PrettyPrint - Pretty Printing DebugObj River stage three • 68 direct dependents • 604 total dependents

MSTROUT/SQL-Abstract-2.000001 - 23 Jan 2021 07:24:31 UTC - Search in distribution

DBIx::Class::EncodedColumn::Crypt::PBKDF2 - PBKDF2 support for DBIx::Class::EncodedColumn River stage zero No dependents

CNG/DBIx-Class-EncodedColumn-Crypt-PBKDF2-0.000002 - 20 Sep 2016 03:30:24 UTC - Search in distribution

DBIx::Class::EncodedColumn::Crypt::Scrypt - scrypt support for DBIx::Class::EncodedColumn River stage zero No dependents

FBELTON/DBIx-Class-EncodedColumn-Crypt-Scrypt-0.004 - 07 Mar 2014 22:37:51 UTC - Search in distribution

Book::Chinese::MasterPerlToday::DBIx-Class - DBIx::Class ORM River stage zero No dependents

本章主要描述如何组织你的 DBIx::Class ORM 的结构和一些用法。 声明 * DBIx::Class 是和 Catalyst 分开,两者各自独立。只是他们的作者之间有交集。 * DBIx::Class 不是为了性能而开发的。如果你的代码强烈要求性能的话,不建议你使用 DBIx::Class * 如果你觉得 DBIx::Class 很难用,这可能有两个原因,一是你用错了,二是它不是你喜欢的类型。 概念 * Schema Schema 在大部分情况下可以等同于 database * Res...

FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distribution

DBIx::Class::Helper::ResultSet::MySQLHacks - Useful MySQL-specific operations for DBIx::Class River stage zero No dependents

This MySQL-specific ResultSet helper contains a series of hacks for various SQL operations that only work for MySQL. These hacks are exactly that, so it's possible that the SQL manipulation isn't as clean as it should be....

GSG/DBIx-Class-Helper-ResultSet-MySQLHacks-v1.0.0 - 09 Feb 2021 19:45:16 UTC - Search in distribution

DBIx::Class::InflateColumn::Math::Currency - Inflate and Deflate "decimal" columns into Math::Currency Objects River stage zero No dependents

This module can be used to automagically inflate database columns of data type "decimal" that are flagged with "is_currency" into Math::Currency objects. It is used similiar to other InflateColumn DBIx modules. Once your Result is properly defined yo...

DRZIGMAN/DBIx-Class-InflateColumn-Math-Currency-0.2.0 - 22 Mar 2015 23:01:49 UTC - Search in distribution

DBIx::Class::Helper::ResultSet::EnumMethods - Automatically create search methods for enum columns. River stage zero No dependents

MAT/DBIx-Class-Helper-ResultSet-EnumMethods-0.02 - 12 Jul 2019 07:48:07 UTC - Search in distribution

DBIx::Class::InflateColumn::Markup::Unified - Automatically formats a text column with Textile, Markdown or BBCode. River stage zero No dependents

IDOPEREL/DBIx-Class-InflateColumn-Markup-Unified-0.021 - 29 Sep 2009 21:30:50 UTC - Search in distribution

Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Authentication using DBIx::Class River stage two • 12 direct dependents • 21 total dependents

The Catalyst::Authentication::Store::DBIx::Class class provides access to authentication information stored in a database via DBIx::Class....

ILMARI/Catalyst-Authentication-Store-DBIx-Class-0.1506 - 02 Apr 2014 12:59:42 UTC - Search in distribution

DBIx::Class::InflateColumn::Serializer::JSYNC - Basic JSON Object Serialization Support for DBIx::Class. River stage zero No dependents

This is basically the only serialization backend I could find that wasn't "Dumper()", and actually seemed to work with arbitrary "bless()" package Foo::Result::Thing; __PACKAGE__->load_components('InflateColumn::Serializer', 'Core'); __PACKAGE__->tab...

KENTNL/DBIx-Class-InflateColumn-Serializer-JSYNC-0.002001 - 08 Mar 2017 14:03:52 UTC - Search in distribution

DBIx::Class::Helper::ResultSet::BooleanMethods - Automatically create search methods for boolean columns. River stage zero No dependents

MAT/DBIx-Class-Helper-ResultSet-BooleanMethods-0.05 - 15 Jul 2019 13:58:10 UTC - Search in distribution
938 results (0.241 seconds)