Search results for "DBIx::Class"

DBIx::Class::DynamicSubclass - Convenient way to use dynamic subclassing. River stage zero No dependents

This plugin implements methodics described here "Dynamic_Sub-classing_DBIx::Class_proxy_classes_(AKA_multi-class_object_ inflation_from_one_table)" in DBIx::Class::Manual::Cookbook. DynamicSubclass has 2 ways to work: static defining and dynamic defi...

SYBER/DBIx-Class-DynamicSubclass-0.04 - 19 Jun 2020 17:11:17 UTC - Search in distribution

DBIx::Class::ResultSet::Void - improve DBIx::Class::ResultSet with void context River stage zero No dependents

The API is the same as DBIx::Class::ResultSet. use "exists" instead of "find" unless defined wantarray. (Thank ribasushi to tell me "count" is bad) METHODS * exists $rs->exists( { id => 1 } ); It works like: $rs->search( { id => 1 }, { rows => 1, sel...

FAYLAND/DBIx-Class-ResultSet-Void-0.07 - 13 Aug 2017 10:51:48 UTC - Search in distribution

DBIx::Class::SaltedPasswords - Salts password columns River stage zero No dependents

This module generates for every insert or update of a specified column a random salt, adds it to the value and hashes the complete string with MD5. The salt is stored in the salt_column column. To verify a password against the table use the verify_pa...

PERLER/DBIx-Class-SaltedPasswords-0.03001 - 08 Jan 2007 17:58:22 UTC - Search in distribution

DBIx::Class::StateMigrations - Schema migrations via checksums instead of versions River stage zero No dependents

EXPERIMENTAL - not ready for production use yet This is module serves essentially the same purpose as DBIx::Class::DeploymentHandler except it uses checksums generated from the actual current state of the schema to identify the current "version" and ...

VANSTYN/DBIx-Class-StateMigrations-0.002 - 20 Dec 2020 05:02:51 UTC - Search in distribution

DBIx::Class::StorageReadOnly - Can't insert and update and delete for DBIC River stage zero No dependents

If you try to write it in read only DB, the exception is generated....

NEKOKAK/DBIx-Class-StorageReadOnly-0.05 - 14 May 2007 02:22:48 UTC - Search in distribution

DBIx::Class::Tree::NestedSet - Manage trees of data using the nested set model River stage zero No dependents

This module provides methods for working with nested set trees. The nested tree model is a way of representing hierarchical information in a database. This takes a different approach to the Adjacency List implementation. (see DBIx::Class::Tree::Adjac...

ICYDEE/DBIx-Class-Tree-NestedSet-0.10 - 22 Sep 2011 15:30:16 UTC - Search in distribution

Dancer2::Plugin::DBIx::Class - syntactic sugar for DBIx::Class in Dancer2, optionally with DBIx::Class::Schema::ResultSetNames River stage one • 2 direct dependents • 2 total dependents

Dancer2::Plugin::DBIx::Class adds convenience keywords to the DSL for Dancer2, in order to make database calls more semantically-friendly. This module is intended to be a forklift-upgrade for Dancer2::Plugin::DBIC enabling the user to deploy this plu...

GEEKRUTH/Dancer2-Plugin-DBIx-Class-1.1001 - 23 May 2022 13:17:30 UTC - Search in distribution

DBIx::Class::InflateColumn::Path::Class River stage zero No dependents

This module inflates/deflates designated columns into Path::Class::File or Path::Class::Dir objects....

GRODITI/DBIx-Class-InflateColumn-Path-Class-0.001001 - 17 Dec 2008 20:03:55 UTC - Search in distribution

DBIx::Class::MaterializedPath - efficiently retrieve and search trees with DBIx::Class River stage zero No dependents

Materialized path <https://communities.bmc.com/communities/docs/DOC-9902> is a way to store trees in relational databases that results in very efficient retrieval, at the expense of space and more write-time queries. This module makes using matpaths ...

FREW/DBIx-Class-MaterializedPath-0.002001 - 12 Jan 2014 16:29:20 UTC - Search in distribution

DBIx::Class::Moo::ResultClass - Moo-ify DBIx::Class Result (row) Classes River stage zero No dependents

Note: Warning, Early Access module. This is pretty straightforward but we've not used it extensively so its possible some corner cases exist. Test cases / docs welcomed. Use Moo with DBIx::Class. It's not immediately obvious how to do this in DBIx::C...

JJNAPIORK/DBIx-Class-Moo-ResultClass-0.001001 - 19 Apr 2020 23:57:12 UTC - Search in distribution

DBIx::Class::PassphraseColumn - Automatically hash password/passphrase columns River stage one • 4 direct dependents • 4 total dependents

This component can be used to automatically hash password columns using any scheme supported by Authen::Passphrase whenever the value of these columns is changed....

ETHER/DBIx-Class-PassphraseColumn-0.05 - 26 Oct 2019 20:33:49 UTC - Search in distribution

DBIx::Class::ResultSet::Excel - Excel export for DBIx::Class using Spreedsheet::WriteExcel River stage zero No dependents

DBIx::Class::ResultSet::Excel is an extension of the Basic DBIx::Class::ResultSet with an extra function to export the ResultSet as an excel file....

LJR/DBIx-Class-ResultSet-Excel-0.01 - 11 Sep 2013 05:44:13 UTC - Search in distribution

DBIx::Class::TimeStamp::HiRes - Like DBIC TimeStamp but in HiRes River stage zero No dependents

Extends DBIx::Class::TimeStamp and overrides its get_timestamp method with DateTime::HiRes...

JJUDD/DBIx-Class-TimeStamp-HiRes-v1.0.1 - 17 Sep 2014 16:04:32 UTC - Search in distribution

DBIx::Class::Bootstrap::Simple - Simplistic bootstrapping for DBIx::Class River stage zero No dependents

MJFLICK/DBIx-Class-Bootstrap-Simple-0.03 - 08 Dec 2012 20:03:58 UTC - Search in distribution

DBIx::Class::DeploymentAdapter - Deployment handler adapter to your DBIC app, which offers some candy River stage zero No dependents

Deployment handler adapter to your DBIC app, which offers some candy...

JEGADE/DBIx-Class-DeploymentAdapter-0.09 - 15 Sep 2017 09:09:02 UTC - Search in distribution

DBIx::Class::DeploymentHandler - Extensible DBIx::Class deployment River stage two • 12 direct dependents • 12 total dependents

"DBIx::Class::DeploymentHandler" is, as its name suggests, a tool for deploying and upgrading databases with DBIx::Class. It is designed to be much more flexible than DBIx::Class::Schema::Versioned, hence the use of Moose and lots of roles. "DBIx::Cl...

MMCCLIMON/DBIx-Class-DeploymentHandler-0.002233 - 25 Sep 2019 17:33:53 UTC - Search in distribution

DBIx::Class::InflateColumn::DT - Inflate DBIx::Class columns to DT objects River stage zero No dependents

This module is a tiny wrapper around DBIx::Class::InflateColumn::DateTime that does literally one thing: reblesses inflated DateTime objects into DT objects. This is to allow working with database "timestamp" column values without the need for lots o...

NOHUHU/DBIx-Class-InflateColumn-DT-0.1.0 - 23 Mar 2018 05:41:52 UTC - Search in distribution

DBIx::Class::InflateColumn::FS - Inflate/deflate columns to Path::Class::File objects River stage one • 1 direct dependent • 5 total dependents

Provides inflation to a Path::Class::File object allowing file system storage of BLOBS. The storage path is specified with "fs_column_path". Each file receives a unique name, so the storage for all FS columns can share the same path. Within the path ...

MMIMS/DBIx-Class-InflateColumn-FS-0.01007 - 22 Jun 2010 16:52:21 UTC - Search in distribution

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

ILMARI/DBIx-Class-InflateColumn-IP-0.02003 - 02 Nov 2012 11:55:21 UTC - Search in distribution
938 results (0.363 seconds)