Search results for "module:DBIx::Connect"
DBIx::Connect::Any - Connect to DBI using DBIx::Connect::*
This is a wrapper for DBIx::Connect::MySQL and other future DBIx::Connect::*....
PERLANCAR/DBIx-Connect-Any-0.001 - 03 Dec 2018 09:02:23 UTC
DBIx::Connect::MySQL - Connect to DBI (mysql), search user/password from .my.cnf
This is a small wrapper for "DBI->connect" because the client library does not automatically search for user/password from .my.cnf files like in PostgresSQL....
PERLANCAR/DBIx-Connect-MySQL-0.002 - 16 Aug 2017 11:03:33 UTC
DBIx::Array::Connect - Database Connections from an INI Configuration File
Provides an easy way to construct database objects and connect to databases while providing an easy way to centralize management of database connection strings. This package reads database connection information from an INI formatted configuration fi...
MRDVT/DBIx-Array-Connect-0.05 - 12 Jun 2013 02:04:18 UTC
DBIx::Connect::FromConfig - Creates a DB connection from a configuration file
"DBIx::Connect::FromConfig" provides a generic way to connect to a database using settings from a configuration object....
SAPER/DBIx-Connect-FromConfig-0.07 - 23 May 2013 07:09:54 UTC
lib/DBIx/ObjectMapper/Metadata/Table/Column/Connect.pm
OISHI/DBIx-ObjectMapper-0.3013
-
29 Dec 2010 11:09:41 UTC
DBIx::RetryConnect - automatically retry DBI connect() with exponential backoff
The DBIx::RetryConnect module arranges for failed DBI connection attempts to be automatically and transparently retried for a period of time, with a growing delay between each retry. As far as the application is concerned there's no change in behavio...
TIMB/DBIx-RetryConnect-0.002002 - 17 Mar 2015 22:24:10 UTC
DBIx::Conn::Pg - Shortcut to connect to PostgreSQL database
This module offers some saving in typing when connecting to a PostgreSQL database using DBI, and is particularly handy in one-liners. It automatically "connect()" and exports the database handle $dbh for you. You often only have to specify the databa...
PERLANCAR/DBIx-Conn-Pg-0.001 - 08 Jul 2018 00:53:56 UTC
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::DR - easy DBI helper (perl inside SQL and blessed results)
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
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::HA - High Availability package for DBI
"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
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::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::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::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::Conn::MySQL - Shortcut to connect to MySQL database
This module offers some saving in typing when connecting to a MySQL database using DBI, and is particularly handy in one-liners. First, it uses DBIx::Connect::MySQL to connect so you don't have to supply username and password if you have configuratio...
PERLANCAR/DBIx-Conn-MySQL-0.001 - 02 Jul 2018 09:44:37 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