DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....
TURNSTEP/DBD-Pg-3.14.2 - 13 Aug 2020 13:36:09 UTC - Search in distribution- Bundle::DBD::Pg - A bundle to install all DBD::Pg related modules
MONS/AnyEvent-DBD-Pg-0.03 - 30 Nov 2010 16:37:20 UTC - Search in distribution
This module contains a number of class methods called by Module::Build::DB to handle PostgreSQL specific tasks when detecting, building, and updating a database. Methods All methods are class methods. "get_client()" my $client = Module::Build::DBD::P...
DWHEELER/Module-Build-DB-0.10 - 08 Oct 2010 02:29:50 UTC - Search in distributionThis module implements a PostgreSQL-native driver for DBIx::DBSchema....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTC - Search in distribution- DBIx::DBSchema - Database-independent schema objects
- DBIx::DBSchema::Table - Table objects
- DBIx::DBSchema::Column - Column objects
- 1 more result from DBIx-DBSchema »
Contains PostgreSQL-specific overrides for methods of DBIx::TextIndex::DBD. Used internally by DBIx::TextIndex....
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTC - Search in distributionDBD::PgPP is a pure-Perl client interface for the PostgreSQL database. This module implements the network protocol that allows a client to communicate with a PostgreSQL server, so you don't need an external PostgreSQL client library like libpq for it...
ARC/DBD-PgPP-0.08 - 09 Jan 2010 19:11:49 UTC - Search in distributionIF YOU ARE LOOKING FOR A WAY TO ACCESS POSTGRESQL DATABASE FROM A PERL SCRIPT RUNNING OUTSIDE OF YOUR DATABASE, LOOK AT DBD::Pg, YOU CANNOT USE THIS MODULE. THIS MODULE IS ONLY INTENDED FOR USE BY STORED PROCEDURES WRITTEN IN 'plperl' PROGRAMMING LAN...
APILOS/DBD-PgSPI-0.02 - 06 Dec 2004 05:30:27 UTC - Search in distributionThe module automatically and transparently transforms a broad range of SQL statements typical of PostgreSQL into a form suitable for use in SQLite. This involves both (a) parsing and filtering of the SQL; and (b) the addition of several PostgreSQL-co...
GRUBER/DBD-PgLite-0.11 - 21 Nov 2008 14:39:29 UTC - Search in distribution- DBD::PgLite::MirrorPgToSQLite - Mirror tables from PostgreSQL to SQLite
This software was made from DBD::PgPP to support ShiftJIS scripting. DBD::PgPPSjis is a pure-Perl client interface for the PostgreSQL database. This module implements the network protocol that allows a client to communicate with a PostgreSQL server, ...
INA/DBD-PgPPSjis-0.0801008 - 21 Jul 2019 17:12:44 UTC - Search in distributionNEKOKAK/DBIx-Skinny-0.0742 - 20 Sep 2011 16:39:37 UTC - Search in distribution
LDS/sqlfs-perl-1.04 - 27 Jun 2013 16:07:27 UTC - Search in distribution
SIXAPART/Data-ObjectDriver-0.21 - 29 Oct 2020 06:05:43 UTC - Search in distribution
- Data::ObjectDriver::BaseObject - base class for modeled objects
ANTONPETR/DBIx-PgCoroAnyEvent-0.04 - 03 Aug 2016 06:56:56 UTC - Search in distribution
"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 - Search in distributionThis package provides a subclass of DBIx::SQLEngine which compensates for Postgres's idiosyncrasies. About Driver Subclasses You do not need to use this package directly; when you connect to a database, the SQLEngine object is automatically re-blesse...
EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC - Search in distribution- DBIx::SQLEngine::Driver - DBI Wrapper with Driver Subclasses
- DBIx::SQLEngine::Docs::Changes - Revision history for DBIx::SQLEngine.
TBONE/DBIx-DBH-1.0 - 05 Jul 2011 20:29:06 UTC - Search in distribution
Postgres::Handler builds upon the foundation set by DBI and DBD::Pg to create a superset of methods for tying together some of the basic interface concepts of DB management when used in a web server environment. Postgres::Handler is meant to build up...
CSA/Postgres-Handler-2.2 - 13 Apr 2006 15:43:49 UTC - Search in distributionNHORNE/DBIx-AnyDBD-2.03 - 14 Nov 2020 01:57:45 UTC - Search in distribution
The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution- DBI::DBD - Perl DBI Database Driver Writer's Guide
- DBI::Gofer::Execute - Executes Gofer requests and returns Gofer responses
This program queries a SQL database and prints the result as YAML. Reading Run a query to read data from the database. "query" is either the name of a saved query, or SQL (usually a "SELECT"). "value" is used to fill in "?" placeholders. $ ysql db_na...
PREACTION/ETL-Yertl-0.044 - 28 Jul 2020 02:29:40 UTC - Search in distribution