Don't you hate keeping track of database passwords and such throughout your scripts? How about the problem of changing those passwords on a mass scale? This module is one possible solution. When you go to build this module it will ask you to create v...
KROW/DBIx-Password-1.9 - 17 May 2008 06:28:29 UTCThis module was largely motivated by DBIx::Password. It is a different take that gives you the ability to keep many different password files. This helps on multi-user machines, where each user can have their own protected password file and still get ...
JMCADA/DBIx-MyPassword-1.02 - 10 Sep 2006 02:13:05 UTCManages DBI connection parameters stored in a ".ini" style configuration file (really a "Config::IniFiles" config file), with password stored encrypted. This module allows you to store DBI "connect" params in a ".ini" style configuration file, with p...
ECASTILLA/DBIx-PasswordIniFile-2.00 - 04 Jan 2011 12:48:22 UTCSRCHULO/DBIx-Raw-0.23 - 05 Oct 2019 20:56:57 UTC
"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 UTCThis 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 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::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 UTCThis module is a wrapper around the DBI database class. It simplifies database querying. You may use this as a base class for a derived class that operates on a specific kind of database....
EMRYS/DBIx-Wrap-1.00 - 02 Oct 2003 15:07:08 UTCDBIx::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 UTCNOTE: 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 UTCDBIx::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 UTCLight & Fast Model Component...
JKONDO/DBIx-MoCo-0.18 - 08 Jun 2008 03:45:52 UTCDBIx::Pager supports calculation about paging when SELECT a lot of data. this module is suitable for Web application using MySQL and Template-Toolkit....
IKEBE/DBIx-Pager-0.02 - 06 Aug 2002 04:42:10 UTCUNRTST/DBIx-PDlib-1.009 - 28 Jan 2008 04:07:54 UTC
"DBIx::Error" provides structured exceptions for "DBI" errors. Each five-character "SQLSTATE" is mapped to a Perl exception class, allowing exceptions to be caught using code such as try { ... } catch ( DBIx::Error::NotNullViolation $err ) { ... } ca...
MCB/DBIx-Error-1.0.1 - 04 Mar 2013 22:11:00 UTC"Async" postgres as much as DBD::Pg allows with Promises instead of callbacks. You get DBI interface you used to that returns promises, connections pool, queries queuing and support of transactions. Why pool? DBD::Pg is not async, it's non blocking. ...
RUZ/DBIx-Poggy-0.08 - 01 Jun 2017 12:25:34 UTCWrapper for DBI, for running queries much slower than usual but without blocking. "NOTE": This is an early release, please get in contact via email (see "AUTHOR" section) or RT before relying on it for anything. PERFORMANCE Greatly lacking. See "exam...
TEAM/DBIx-Async-0.003 - 01 Feb 2015 15:28:34 UTCDBIx::Frame is an extension of the standard DBI perl module, designed around mysql, and used to create and maintain frameworks for databases. It has query logging, and a standardized interface for standard SQL statements like 'update' and 'insert' th...
TSKIRVIN/DBIx-Frame-1.06 - 26 May 2004 15:05:56 UTC