Search results for "module:Class::DBI::mysql"
Class::DBI::mysql - Extensions to Class::DBI for MySQL
This is an extension to Class::DBI, containing several functions and optimisations for the MySQL database. Instead of setting Class::DBI as your base class, use this instead....
TMTM/Class-DBI-mysql-1.00 - 03 Sep 2005 21:20:23 UTC
Class::DBI::Loader::mysql - Class::DBI::Loader mysql Implementation.
See Class::DBI::Loader, Class::DBI::Loader::Generic....
DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 UTC
Class::DBI::mysql::FullTextSearch - Full Text Indexing for Class::DBI::mysql
This provides a convenient abstraction to DBIx::FullTextSearch for use with Class::DBI::mysql. It sets up lots of default values for you, handles all the updating of the index when you create, delete or edit values, and provides a simple way for you ...
TMTM/Class-DBI-mysql-FullTextSearch-1.01 - 27 Sep 2005 08:56:45 UTC
Class::DBI::Loader::mysql::Grok - Build Quality Table Relationships Automatically
If you name your tables and columns using some common sense rules, there's no need for you to do any work to have proper db abstraction. The following examples mostly follow the Class::DBI perldoc. To see where they differ (immaterially), see the tes...
JAMES/Class-DBI-Loader-mysql-Grok-0.19 - 21 Jun 2005 12:40:15 UTC
DBIx::Class::Storage::DBI::mysql - Storage::DBI class implementing MySQL specifics
This class implements MySQL specific bits of DBIx::Class::Storage::DBI, like AutoIncrement column support and savepoints. Also it augments the SQL maker to support the MySQL-specific "STRAIGHT_JOIN" join type, which you can use by specifying "join_ty...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Class::DBI::Plugin::DateTime::MySQL - Use DateTime With MySQL
Class::DBI::Plugin::DateTime::MySQL provides methods to work with DateTime objects in a Class::DBI + MySQL environment....
DMAKI/Class-DBI-Plugin-DateTime-0.05 - 20 Feb 2009 09:57:45 UTC
Class::DBI::ClassGenerator::DBD::mysql - MySQL-specific helper module for Class::DBI::ClassGenerator.
DCANTRELL/Class-DBI-ClassGenerator-1.04
-
05 Jun 2014 20:32:57 UTC
lib/DBIx/Class/Fixtures/DBI/mysql.pm
SKAUFMAN/DBIx-Class-Fixtures-1.001039
-
25 Sep 2017 14:17:12 UTC
lib/Class/DBI/Plugin/Iterator/mysql.pm
ASAKURA/Class-DBI-Plugin-Iterator-0.13
-
03 Feb 2006 15:48:31 UTC
DBIx::Class::Schema::Loader::DBI::mysql - DBIx::Class::Schema::Loader::DBI mysql Implementation.
See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base....
VEESH/DBIx-Class-Schema-Loader-0.07051 - 23 Nov 2022 18:52:59 UTC
DBIx::Class::Storage::DBI::mysql::backup
Adds "backup" method to DBIx::Class::Storage::DBI::mysql. This plugin enables "backup" in DBIx::Class::Schema::Versioned when using MySQL....
NGS/DBIx-Class-Storage-DBI-mysql-backup-0.04 - 01 Feb 2011 20:28:56 UTC
DBIx::Class::Storage::DBI::mysql::Retryable - MySQL-specific DBIC storage engine with retry support
This storage engine for DBIx::Class is a MySQL-specific engine that will explicitly retry on MySQL-specific transient error messages, as identified by DBIx::ParseError::MySQL, using Algorithm::Backoff::RetryTimeouts as its retry algorithm. This engin...
GSG/DBIx-Class-Storage-DBI-mysql-Retryable-v1.0.2 - 15 Aug 2022 21:18:07 UTC
lib/Class/DBI/Plugin/Iterator/mysql3.pm
ASAKURA/Class-DBI-Plugin-Iterator-0.13
-
03 Feb 2006 15:48:31 UTC
lib/Class/DBI/Plugin/Iterator/mysql4.pm
ASAKURA/Class-DBI-Plugin-Iterator-0.13
-
03 Feb 2006 15:48:31 UTC
Class::DBI::Pg - Class::DBI extension for Postgres
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for Postgres. select Postgres system catalog and find out all columns, primary key and SERIAL type column. create table. CREATE TABLE cd ( id SERIAL NOT NULL PRIMARY KEY, title T...
DMAKI/Class-DBI-Pg-0.08 - 11 Mar 2006 08:25:56 UTC
Class::DBI::SAK - Class::DBI Swiss Army Knife (SAK)
By taking the busy work out of using Class::DBI as you see fit, your code becomes more useful by size. Most of us end up using at least a couple Class::DBI extensions in our programs, and it's just a pain. Enter the Swiss Army Knife. This module is i...
CWEST/Class-DBI-SAK-1.4 - 23 Sep 2003 00:08:00 UTC