The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "DBIx"

DBIx::DR - easy DBI helper (perl inside SQL and blessed results) River stage zero No dependents

The package *extends* DBI and allows You: * to use perl inside Your SQL requests; * to bless resultsets into Your package; * to place Your SQL's into dedicated directory; * to use usual DBI methods....

UNERA/DBIx-DR-0.32 - 18 Apr 2017 20:23:15 UTC - Search in distribution

DBIx::HA - High Availability package for DBI River stage zero No dependents

"DBIx::HA" is a High Availability module for "DBI". It is implemented by overloading the DBI "connect", "prepare" and "execute" methods and can be seamlessly used without code modification except for initialization. "DBIx::HA" also works seamlessly w...

MARKSTOS/DBIx-HA-1.1 - 16 Jun 2008 14:28:25 UTC - Search in distribution

DBIx::IO - Abstraction layer for database I/O with auto-discovery of data dictionary. River stage one • 3 direct dependents • 3 total dependents

Methods are provided to perform basic database I/O via DBI without having to embed SQL in your programs. Records are normally passed in and out in the form of hash references where keys of the hash represent columns (ALWAYS UPPER CASE), and the value...

RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTC - Search in distribution

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 - Search in distribution

DBIx::CSV - Generate CSV from SQL query result River stage one • 1 direct dependent • 1 total dependent

This package is a thin glue between DBI and DBIx::TextTableAny (which in turn is a thin glue to Text::Table::Any). It adds the following methods to database handle: selectrow_csv selectall_csv selectrow_csv_noheader selectall_csv_noheader as well as ...

PERLANCAR/DBIx-CSV-0.004 - 07 Dec 2018 13:53:07 UTC - Search in distribution

DBIx::DBH - helper for DBI connection( data)? River stage zero No dependents

TBONE/DBIx-DBH-1.0 - 05 Jul 2011 20:29:06 UTC - Search in distribution

DBIx::DBO - An OO interface to SQL queries and results. Easily constructs SQL queries, and simplifies processing of the returned data. River stage zero No dependents

This module provides a convenient and efficient way to access a database. It can construct queries for you and returns the results in easy to use methods. Once you've created a "DBIx::DBO" object using one or both of "connect" or "connect_readonly", ...

VLYON/DBIx-DBO-0.40 - 14 Jan 2014 16:36:22 UTC - Search in distribution

DBIx::EAV - Entity-Attribute-Value data modeling (aka 'open schema') for Perl River stage zero No dependents

An implementation of Entity-Attribute-Value data modeling with support for entity relationships, inheritance, custom classes and multi-tenancy. See DBIx::EAV::Manual....

CAFEGRATZ/DBIx-EAV-0.11 - 09 Feb 2018 14:31:05 UTC - Search in distribution

DBIx::Foo - Simple Database Wrapper and Helper Functions. Easy DB integration without the need for an ORM. River stage one • 1 direct dependent • 1 total dependent

MIKET/DBIx-Foo-0.03 - 22 Feb 2013 10:57:57 UTC - Search in distribution

DBIx::Fun - access database stored procedures as methods River stage zero No dependents

This module allow Perl programs to access database stored procedures as if they were methods on an object....

KLEINJ/DBIx-Fun-0.02 - 07 Feb 2007 21:15:16 UTC - Search in distribution

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 - Search in distribution

DBIx::POS - Define a dictionary of SQL statements in a POD dialect (POS) River stage zero No dependents

DBIx-POS subclasses Pod::Parser to define a POD dialect for writing a SQL dictionary for an application, and uses code from Class::Singleton to make the resulting structure easily accessible. By encouraging the centralization of SQL code, it guards a...

MDORMAN/DBIx-POS-0.03 - 23 Jun 2004 19:32:30 UTC - Search in distribution

DBIx::Raw - Maintain control of SQL queries while still having a layer of abstraction above DBI River stage one • 2 direct dependents • 2 total dependents

SRCHULO/DBIx-Raw-0.23 - 05 Oct 2019 20:56:57 UTC - Search in distribution

DBIx::TSV - Generate TSV from SQL query result River stage one • 1 direct dependent • 1 total dependent

This package is a thin glue between DBI and DBIx::TextTableAny (which in turn is a thin glue to Text::Table::Any). It adds the following methods to database handle: selectrow_tsv selectall_tsv selectrow_tsv_noheader selectall_tsv_noheader as well as ...

PERLANCAR/DBIx-TSV-0.003 - 07 Dec 2018 13:53:19 UTC - Search in distribution

DBIx::Web - Active Web Database Layer River stage zero No dependents

This is a database layer for Perl scripts, implementing triggers, record versioning, access control at the record level, file attachments to records, materialised views. There is a web user interface also. Based on DBI and DB_File data engines. Based...

MAKAROW/DBIx-Web-0.80 - 30 Oct 2013 17:22:21 UTC - Search in distribution

DBIx::Brev - Brevity is the soul of wit. Swiss-Army chainsaw for perl-DB one liners and to make code laconic and focused :). Very handy and very perlish set of subroutines to make you happy while working with database! River stage zero No dependents

DBIx::Brev provides framework for using DBI in more convenient way: 1) Establish connection using db aliases, setup in config file provided by Config::General (apache style) 2) Keep & reestablish connection automatically using DBIx::Connector facilit...

OKHARCH/DBIx-Brev-0.02 - 15 Oct 2013 07:31:11 UTC - Search in distribution

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 - Search in distribution

DBIx::DBO2 - Objects mapping to SQL relational structures River stage zero No dependents

DBIx::DBO2 is an object-relational mapping framework that facilitates the development of Perl classes whose objects are stored in a SQL database table. The following classes are included: Schema Record RecordSet Fields Each Schema object represents a...

EVO/DBIx-DBO2-0.008 - 04 Apr 2004 18:10:31 UTC - Search in distribution

DBIx::DWIW - Robust and simple DBI wrapper to Do What I Want (DWIW) River stage zero No dependents

NOTE: This module is currently specific to MySQL, but needn't be. We just haven't had a need to talk to any other database server. DBIx::DWIW was developed (over the course of roughly 1.5 years) in Yahoo! Finance (http://finance.yahoo.com/) to suit o...

JZAWODNY/DBIx-DWIW-0.50 - 10 Aug 2011 03:49:29 UTC - Search in distribution

DBIx::Dump - Perl extension for dumping database (DBI) data into a variety of formats. River stage zero No dependents

DBIx::Dump allows you to easily dump database data, retrieved using DBI, into a variety of formats including Excel, CSV, etc... EXPORT None by default....

ISTERIN/DBIx-Dump-0.04 - 25 Oct 2002 15:10:14 UTC - Search in distribution
1,182 results (0.333 seconds)