For copying a DB. Future versions might handle mirroring as well, but it's generally better if the source might send over a transaction log somehow. The current version takes a crude "select * from table" from the source table, and crudely puts it al...
TOBIX/DBIx-Copy-0.02 - 25 Jan 2000 03:27:47 UTCThis module can copy record(s) while maintaining referential integrity within a database. The "copy" method is all that's needed. It's useful for copying related record(s) and assigning a new key value to the new record(s). You can define all of the ...
JACKB/DBIx-CopyRecord-1.01 - 20 May 2007 06:49:54 UTCKAZUHO/DBIx-Replicate-0.04 - 18 Dec 2009 21:33:20 UTC
This documentation describes the perl module DBIx-JCL.pm and the use of standardized perl scripts which together provide a common job execution environment to support database backend load and maintenance tasks....
BADKINS/DBIx-JCL-0.12 - 18 Apr 2008 20:17:18 UTCThis module has been inspired by the wonderful Class::DBI. It is a database-to-Perl-Objects abstraction layer, allowing you to interact with a database using common Perl syntax. Why another Class::DBI "clone"? 1 I had the feeling that Class::DBI is n...
MISHOO/DBIx-OO-0.0.9 - 26 Nov 2008 10:10:27 UTCDBIx::Path is used to navigate through trees or directed graphs described by self-referential SQL database tables. It can be used to browse most trees where each row contains a unique ID and the ID of its parent, as well as graphs structured similarl...
BRENTDAX/DBIx-Path-0.03 - 23 Feb 2005 10:04:05 UTCGenerate HTML tables from database queries (HTML4, XHTML and HTML5). Can generate landscape and other rotated views, Handsontable tables, checkboard patterns, and can create animations of cell values and backgrounds via jQuery. Connect to the databas...
JEFFA/DBIx-HTML-1.03 - 05 Jan 2017 01:13:46 UTCDBIx::Delta is a module used to apply database deltas (migrations) to a database instance. It is intended for use in maintaining multiple database schemas in sync e.g. you create deltas on your development database instance, and subsequently apply th...
GAVINC/DBIx-Delta-1.0.1 - 05 Sep 2014 04:46:31 UTCThe DBIx::Chart extends SQL syntax to provide directives for generating chart images. By subclassing DBI, it makes every SQL capable data source with a DBI driver appear to natively support charting/graphing. DBIx::Chart builds on the SQL syntax intr...
DARNOLD/DBIx-Chart-0.05 - 22 May 2006 18:54:36 UTCDBIx::Simple provides a simplified interface to DBI, Perl's powerful database module. This module is aimed at rapid development and easy maintenance. Query preparation and execution are combined in a single method, the result object (which is a wrapp...
JUERD/DBIx-Simple-1.37 - 08 Dec 2017 22:54:24 UTCThis module duplicates a table in any database that DBIx::DBSchema can read. DBIx::DBSchema is smart enough to know which database you are dealing with simply by looking at the valid $dbh....
TBONE/DBIx-Table-Dup-0.03 - 01 Aug 2003 16:24:02 UTCDBIx::Cookbook is a working cookbook of code for DBI-based ORMs. It is based on the Sakila database schema (<http://dev.mysql.com/doc/sakila/en/sakila.html>). Currently, the majority of code is for DBIx::Class but all ORMs are encouraged to contribut...
TBONE/DBIx-Cookbook-0.09 - 10 May 2011 20:23:25 UTCDBIx::CSSQuery is, currently, a proof of concept for what can be done with CSS query. For example, here's how you retrieve a collection of a collection of records from table "posts": db("posts") The return value of such expression is an instance of D...
GUGOD/DBIx-CSSQuery-0.04 - 11 Jan 2010 06:53:59 UTCThis is a megawidget to display a sql statement from your database in a tree view widget. When you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out....
XPIX/Tk-DBIx-0.01 - 17 Dec 2003 18:08:28 UTCThis module implements the whole process of generating an XML document from a database query, in response to an HTTP request. The mapping from the DBI database to an XML structure is defined in a template file, also in XML; this template is used not ...
MJBRIGHT/DBIx-XMLServer-0.02 - 16 Nov 2005 19:38:13 UTCDBIx::Replicate is a perl module that incrementally copies SQL tables using "DBI" connections. The granuality and speed of the copy can be controlled....
KAZUHO/DBIx-Replicate-0.04 - 18 Dec 2009 21:33:20 UTCDBIx::Replicate is a perl module that incrementally copies SQL tables using "DBI" connections. The granuality and speed of the copy can be controlled....
KAZUHO/DBIx-Replicate-0.04 - 18 Dec 2009 21:33:20 UTCThis is a database utility class for running DDL operations (like "ALTER TABLE") safely on large tables. It has a similar scope as DBIx::BatchChunker, but is designed for DDL, rather than DML. It also has a similar function to other utilities like pt...
GSG/DBIx-OnlineDDL-v0.920.1 - 26 May 2020 20:33:45 UTC