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

Search results for "module:DBIx::Password"

DBIx::Password - Allows you to create a global password file for DB passwords River stage zero No dependents

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 UTC

DBIx::MyPassword - Store database authentication infoin a CSV file River stage zero No dependents

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

DBIx::PasswordIniFile - Manages DBI connections with password and other params stored in a .ini style file. River stage zero No dependents

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

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

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

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

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

TBONE/DBIx-DBH-1.0 - 05 Jul 2011 20:29:06 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::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

DBIx::Wrap - Object oriented wrapper around DBI. River stage zero No dependents

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

DBIx::Mint - A mostly class-based ORM for Perl River stage zero No dependents

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

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

DBIx::Easy - Easy to Use DBI interface River stage zero No dependents

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::MoCo - Light & Fast Model Component River stage one • 1 direct dependent • 1 total dependent

Light & Fast Model Component...

JKONDO/DBIx-MoCo-0.18 - 08 Jun 2008 03:45:52 UTC

DBIx::Pager - SQL paging helper. River stage zero No dependents

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

DBIx::PDlib - DBI SQL abstraction and convenience methods River stage zero No dependents

UNRTST/DBIx-PDlib-1.009 - 28 Jan 2008 04:07:54 UTC

DBIx::Error - Structured exceptions for DBI River stage zero No dependents

"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

DBIx::Poggy - async Pg with AnyEvent and Promises River stage zero No dependents

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

DBIx::Async - use DBI with IO::Async River stage zero No dependents

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

DBIx::Frame - a perl module for creating and maintaining DBI frameworks River stage zero No dependents

DBIx::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
187 results (0.476 seconds)