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 UTCSee Class::DBI::Loader, Class::DBI::Loader::Generic....
DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 UTCThis 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 UTCIf 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 UTCThis 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.082842 - 16 Jun 2020 20:13:37 UTCClass::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 UTCDCANTRELL/Class-DBI-ClassGenerator-1.04 - 05 Jun 2014 20:32:57 UTC
SKAUFMAN/DBIx-Class-Fixtures-1.001039 - 25 Sep 2017 14:17:12 UTC
ASAKURA/Class-DBI-Plugin-Iterator-0.13 - 03 Feb 2006 15:48:31 UTC
See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base....
ILMARI/DBIx-Class-Schema-Loader-0.07049 - 21 Mar 2018 13:47:51 UTCAdds "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 UTCASAKURA/Class-DBI-Plugin-Iterator-0.13 - 03 Feb 2006 15:48:31 UTC
ASAKURA/Class-DBI-Plugin-Iterator-0.13 - 03 Feb 2006 15:48:31 UTC
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 UTCBy 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 UTCClass::RDF is a perl object layer over an RDF triplestore. It is based on Class::DBI, the perl object / RDBMS package. Thus it works with mysql, postgresql, sqlite etc. Look in the sql/ directory distributed with this module for database schemas. It ...
ZOOLEIKA/Class-RDF-0.20 - 11 Aug 2004 09:55:01 UTC