Search results for "module:DBIx"
DBIx::IO - Abstraction layer for database I/O with auto-discovery of data dictionary.
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
DBIx::Foo - Simple Database Wrapper and Helper Functions. Easy DB integration without the need for an ORM.
MIKET/DBIx-Foo-0.03
-
22 Feb 2013 10:57:57 UTC
DBIx::DBO - An OO interface to SQL queries and results. Easily constructs SQL queries, and simplifies processing of the returned data.
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
DBIx::JCL - Job Control Library for database load tasks.
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::EAV - Entity-Attribute-Value data modeling (aka 'open schema') for Perl
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
DBIx::CSV - Generate CSV from SQL query result
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
DBIx::TSV - Generate TSV from SQL query result
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
DBIx::Fun - access database stored procedures as methods
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
DBIx::Raw - Maintain control of SQL queries while still having a layer of abstraction above DBI
SRCHULO/DBIx-Raw-0.23
-
05 Oct 2019 20:56:57 UTC
DBIx::POS - Define a dictionary of SQL statements in a POD dialect (POS)
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
DBIx::Tree - Generate a tree from a self-referential database table
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. Assuming there are no horribly broken nodes in your tree and (heaven forbid) any circular references, this module will ...
RSAVAGE/DBIx-Tree-1.98 - 02 Feb 2021 05:04:41 UTC
DBIx::HTML - Just another HTML table generating DBI extension.
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.03 - 05 Jan 2017 01:13:46 UTC
DBIx::Easy - Easy to Use DBI interface
DBIx::Easy is an easy to use DBI interface. Currently the Pg, mSQL, mysql, Sybase, ODBC and XBase drivers are supported....
HORNBURG/DBIx-Easy-0.21 - 28 Jan 2014 16:50:18 UTC
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!
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
DBIx::Path - resolve a path in an in-database tree or directed graph
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::Dump - Perl extension for dumping database (DBI) data into a variety of formats.
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
DBIx::MoCo - Light & Fast Model Component
Light & Fast Model Component...
JKONDO/DBIx-MoCo-0.18 - 08 Jun 2008 03:45:52 UTC
DBIx::Mint - A mostly class-based ORM for Perl
DBIx::Mint is a mostly class-based, object-relational mapping module for Perl. It tries to be simple and flexible, and it is meant to integrate with your own custom classes. Since version 0.04, it allows for multiple database connections and it featu...
JFRAIRE/DBIx-Mint-0.071 - 24 Mar 2015 23:07:56 UTC