The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:DBIx::Copy"

DBIx::Copy River stage zero No dependents

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 UTC

DBIx::CopyRecord - copy record(s) while maintaining referential integrity within a database. River stage zero No dependents

This 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 UTC

DBIx-Replicate-0.04/lib/DBIx/Replicate/Strategy/CopyBy.pm River stage zero No dependents

KAZUHO/DBIx-Replicate-0.04 - 18 Dec 2009 21:33:20 UTC

lib/DBIx/Replicate/Strategy/CopyBy.pm River stage zero No dependents

KAZUHO/DBIx-Replicate-0.04 - 18 Dec 2009 21:33:20 UTC

DBIx::JCL - Job Control Library for database load tasks. River stage zero No dependents

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 UTC

DBIx::OO - Database to Perl objects abstraction River stage zero No dependents

This 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 UTC

DBIx::Fast - DBI fast & easy (another one...) River stage zero No dependents

HDELGADO/DBIx-Fast-0.08 - 30 Dec 2019 20:25:55 UTC

DBIx::Path - resolve a path in an in-database tree or directed graph River stage zero No dependents

DBIx::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 UTC

DBIx::HTML - Just another HTML table generating DBI extension. River stage zero No dependents

Generate 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.04 - 27 Jan 2024 22:36:00 UTC

DBIx::Delta - a module for applying outstanding database deltas (migrations) to a database instance River stage zero No dependents

DBIx::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 UTC

DBIx::Chart - DBI extension for Rendering Charts and Graphs River stage zero No dependents

The 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 UTC

DBIx::Simple - Very complete easy-to-use OO interface to DBI River stage two • 21 direct dependents • 27 total dependents

DBIx::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 UTC

Tk::DBIx::Tree - Megawidget to display a table column in a tree. River stage zero No dependents

This 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 UTC

DBIx::Cookbook - executable cookbook code for DBI(-based ORMs)? River stage zero No dependents

DBIx::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 UTC

DBIx::CSSQuery - A Perl DBI extension module to let you fetch data with CSS query syntax. River stage zero No dependents

DBIx::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 UTC

DBIx::XMLServer - Serve data as XML in response to HTTP requests River stage zero No dependents

This 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 UTC

DBIx::Table::Dup - Perl module to (return SQL to) create duplicate copy of table River stage zero No dependents

This 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 UTC

DBIx::DataStore River stage zero No dependents

DBIx::DataStore is designed to abstract away the oft-repeated parts of DBI and to simplify the way you issue SQL statements to your database(s)....

JSIME/DBIx-DataStore-0.097 - 08 Dec 2016 02:15:33 UTC

DBIx::TableHash - Tie a hash to a mysql table + SQL utils River stage zero No dependents

CHTHORMAN/DBIx-TableHash-1.04 - 27 Jul 2002 05:07:09 UTC

DBIx::OnlineDDL - Run DDL on online databases safely River stage zero No dependents

This 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-v1.0.0 - 01 Aug 2022 22:00:02 UTC
101 results (0.078 seconds)