Search results for "module:DBD::Proxy"
DBD::Proxy - A proxy driver for the DBI
DBD::Proxy is a Perl module for connecting to a database via a remote DBI driver. See DBD::Gofer for an alternative with different trade-offs. This is of course not needed for DBI drivers which already support connecting to a remote database, but the...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC
DBD::Gofer - A stateless-proxy driver for communicating with a remote DBI
DBD::Gofer is a DBI database driver that forwards requests to another DBI driver, usually in a separate process, often on a separate machine. It tries to be as transparent as possible so it appears that you are using the remote driver directly. DBD::...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC
DBD::Multi - Manage Multiple Data Sources with Failover and Load Balancing
This software manages multiple database connections for failovers and also simple load balancing. It acts as a proxy between your code and your database connections, transparently choosing a connection for each query, based on your preferences and pr...
DWRIGHT/DBD-Multi-1.02 - 01 Feb 2018 21:42:02 UTC
DBD::Crate - DBI driver for Crate db
DBD::Crate is a DBI driver for Crate DB <https://Crate.io>, DBD::Crate is still in early development so any feedback is much appreciated....
MAMOD/DBD-Crate-0.0.3 - 27 Aug 2016 17:47:06 UTC
DBD::mysql - MySQL driver for the Perl5 Database Interface (DBI)
DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system. ...
DVEEDEN/DBD-mysql-5.002 - 24 Oct 2023 09:02:42 UTC
DBD::drizzle - MySQL driver for the Perl5 Database Interface (DBI)
DBD::drizzle is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::drizzle is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management syst...
CAPTTOFU/DBD-drizzle-0.304 - 03 Nov 2011 02:22:46 UTC
DBD::Multiplex - A multiplexing driver for the DBI.
DBD::Multiplex is a Perl module which works with the DBI allowing you to work with multiple datasources using a single DBI handle. Basically, DBD::Multiplex database and statement handles are parents that contain multiple child handles, one for each ...
TKISHEL/DBD-Multiplex-2.11 - 26 Jan 2010 16:47:01 UTC
DBD::PassThrough - Pass through DBD
DBD::PassThrough is a proxy module betwen DSN to $dbh. You can pass a existed $dbh as a new DBI connection's atribute. THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE....
TOKUHIROM/DBD-PassThrough-0.02 - 10 Dec 2012 05:00:04 UTC