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

Search results for "DBD::Pg"

DBD::Pg - PostgreSQL database driver for the DBI module River stage three • 76 direct dependents • 147 total dependents

DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....

TURNSTEP/DBD-Pg-3.18.0 - 06 Dec 2023 23:47:13 UTC - Search in distribution

AnyEvent::DBD::Pg - AnyEvent interface to DBD::Pg's async interface River stage zero No dependents

MONS/AnyEvent-DBD-Pg-0.03 - 30 Nov 2010 16:37:20 UTC - Search in distribution

Module::Build::DBD::Pg - PostgreSQL specifics for Module::Build::DB River stage zero No dependents

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 distribution

DBIx::DBSchema::DBD::Pg - PostgreSQL native driver for DBIx::DBSchema River stage two • 4 direct dependents • 13 total dependents

This module implements a PostgreSQL-native driver for DBIx::DBSchema....

IVAN/DBIx-DBSchema-0.47 - 07 Sep 2022 23:42:13 UTC - Search in distribution

DBIx::TextIndex::DBD::Pg - Driver for PostgreSQL River stage zero No dependents

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 distribution

DBD::PgPP - Pure Perl PostgreSQL driver for the DBI River stage zero No dependents

DBD::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 distribution

DBD::PgSPI - PostgreSQL database driver for the DBI module River stage zero No dependents

IF 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 distribution

DBD::PgPPSjis - Pure Perl PostgreSQL driver for (not raw) ShiftJIS River stage zero No dependents

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 distribution

lib/DBIx/Skinny/DBD/Pg.pm River stage two • 7 direct dependents • 12 total dependents

NEKOKAK/DBIx-Skinny-0.0742 - 20 Sep 2011 16:39:37 UTC - Search in distribution

lib/DBI/Filesystem/DBD/Pg.pm River stage zero No dependents

LDS/sqlfs-perl-1.04 - 27 Jun 2013 16:07:27 UTC - Search in distribution

lib/Data/ObjectDriver/Driver/DBD/Pg.pm River stage one • 4 direct dependents • 9 total dependents

SIXAPART/Data-ObjectDriver-0.22 - 01 Feb 2023 05:19:05 UTC - Search in distribution

DBIx::PgCoroAnyEvent - DBD::Pg + Coro + AnyEvent River stage one • 1 direct dependent • 1 total dependent

ANTONPETR/DBIx-PgCoroAnyEvent-0.04 - 03 Aug 2016 06:56:56 UTC - Search in distribution

DBIx::SQLEngine::Driver::Pg - Support DBD::Pg River stage one • 1 direct dependent • 1 total dependent

This 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

Postgres::Handler - Builds upon DBD::Pg for advanced CGI web apps River stage one • 1 direct dependent • 1 total dependent

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 distribution

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 - Search in distribution

DBIx::DBH::Pg - Pg DBI database handle connection specifics. River stage zero No dependents

TBONE/DBIx-DBH-1.0 - 05 Jul 2011 20:29:06 UTC - Search in distribution

Mojo::PgX::Cursor - Cursor Extension for Mojo::Pg River stage zero No dependents

DBD::Pg fetches all rows when a statement is executed whereas other drivers usually fetch rows using the "fetch*" methods. Mojo::PgX::Cursor is an extension to work around this issue using PostgreSQL cursors while providing a Mojo::Pg-style API for i...

NNUTTER/Mojo-PgX-Cursor-0.502001 - 06 Feb 2016 18:52:47 UTC - Search in distribution

DBIx::AnyDBD - DBD independent class River stage one • 1 direct dependent • 2 total dependents

NHORNE/DBIx-AnyDBD-2.03 - 14 Nov 2020 01:57:45 UTC - Search in distribution

SysAdmin::DB - Perl DBI/DBD wrapper module.. River stage zero No dependents

This is a sub class of SysAdmin. It was created to harness Perl Objects and keep code abstraction to a minimum. SysAdmin::DB uses perl's DBI and DBD to interact with database. Currently DBD::Pg, DBD::mysql and DBD::SQLite are supported....

MARR/SysAdmin-0.11 - 11 Dec 2008 21:41:41 UTC - Search in distribution
  • SysAdmin - Parent class for SysAdmin wrapper modules.

SQL::Translator::Parser::DBI::PostgreSQL - parser for DBD::Pg River stage three • 117 direct dependents • 266 total dependents

Uses DBI to query PostgreSQL system tables to determine schema structure....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC - Search in distribution
193 results (0.094 seconds)