DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and represent a database schema. This module implements an OO-interface to database schemas. Using this module, you can create a database schema with an OO Perl interface. You ca...
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCDrivers should be named DBIx::DBSchema::DBD::DatabaseName, where DatabaseName is the same as the DBD:: driver for this database. Drivers should implement the following class methods: columns CLASS DBI_DBH TABLE Given an active DBI database handle, re...
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCDBIx::DBSchema::Table objects represent a single database table....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCDBIx::DBSchema::Index objects represent a unique or non-unique database index....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCDBIx::DBSchema::Column objects represent columns in tables (see DBIx::DBSchema::Table)....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCThis module implements a PostgreSQL-native driver for DBIx::DBSchema....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCDBIx::DBSchema::ForeignKey objects represent a foreign key....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCThis module implements a MySQL-native driver for DBIx::DBSchema....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCThis module implements a SQLite-native driver for DBIx::DBSchema....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCThis module implements a Sybase driver for DBIx::DBSchema....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCThis module implements a Oracle-native driver for DBIx::DBSchema....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCWhen you're dealing with several instances of the same database (eg. developer, testing, stage, production), it is crucial to make sure that all databases use the same schema. This can be quite an hair-pulling experience, and this module should help ...
DOMM/DBIx-SchemaChecksum-1.102 - 19 Jul 2017 08:14:39 UTCThis module helps to evolve database schema in small increments called schema versions henceforth. Each of those versions is perl function that you pass to add_version function. Those versions are replayed by calling run_updates function. DBIx::Versi...
BOSU/DBIx-VersionedSchema-0.03 - 09 Oct 2007 21:06:44 UTCThis class represents the physical eav database schema. Will never need to instantiate an object of this class directly....
CAFEGRATZ/DBIx-EAV-0.11 - 09 Feb 2018 14:31:05 UTCThis module provides DSL for database schema declaration like ruby's ActiveRecord::Schema. THE SOFTWARE IS IT'S IN ALPHA QUALITY. IT MAY CHANGE THE API WITHOUT NOTICE....
SONGMU/DBIx-Schema-DSL-1.0000 - 05 Jul 2018 09:13:41 UTCThis module lets you declare the mapping between classes and database tables, and it creates methods that act on the relationships you define. It is an essential part of DBIx::Mint....
JFRAIRE/DBIx-Mint-0.071 - 24 Mar 2015 23:07:56 UTCDBI already provides methods to query schema information, e.g. "table_info()", "column_info()", "statistics_info()", but simple things like checking whether a table or a column exists is not straightforward or easy enough. This module provides conven...
PERLANCAR/DBIx-Util-Schema-0.002 - 06 May 2020 02:59:56 UTCCurrently only tested on Postgres and SQLite....
PERLANCAR/DBIx-Diff-Schema-0.097 - 06 May 2020 02:59:45 UTC