Search results for "module:DBD::Pg"
DBD::Pg - PostgreSQL database driver for the DBI module
DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....
TURNSTEP/DBD-Pg-3.17.0 - 24 Aug 2023 00:42:24 UTC
Bundle::DBD::Pg - A bundle to install all DBD::Pg related modules
This bundle includes all the modules needed for DBD::Pg (the Perl interface to the Postgres database system). Please feel free to ask for help or report any problems to dbd-pg@perl.org....
TURNSTEP/DBD-Pg-3.17.0 - 24 Aug 2023 00:42:24 UTC
AnyEvent::DBD::Pg - AnyEvent interface to DBD::Pg's async interface
MONS/AnyEvent-DBD-Pg-0.03
-
30 Nov 2010 16:37:20 UTC
Module::Build::DBD::Pg - PostgreSQL specifics for Module::Build::DB
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
DBIx::DBSchema::DBD::Pg - PostgreSQL native driver for DBIx::DBSchema
This module implements a PostgreSQL-native driver for DBIx::DBSchema....
IVAN/DBIx-DBSchema-0.47 - 07 Sep 2022 23:42:13 UTC
DBIx::TextIndex::DBD::Pg - Driver for PostgreSQL
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
DBD::PgPP - Pure Perl PostgreSQL driver for the DBI
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
DBD::PgPPSjis - Pure Perl PostgreSQL driver for (not raw) ShiftJIS
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
DBD::PgSPI - PostgreSQL database driver for the DBI module
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
DBD::Mock - Mock database driver for testing
Testing with databases can be tricky. If you are developing a system married to a single database then you can make some assumptions about your environment and ask the user to provide relevant connection information. But if you need to test a framewo...
JLCOOPER/DBD-Mock-1.59 - 22 Feb 2021 13:26:56 UTC
DBI::DBD - Perl DBI Database Driver Writer's Guide
This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC
DBD::ODBC - ODBC Driver for DBI
Change log and FAQs Please note that the change log has been moved to DBD::ODBC::Changes. To access this documentation, use "perldoc DBD::ODBC::Changes". The FAQs have also moved to DBD::ODBC::FAQ.pm. To access the FAQs use "perldoc DBD::ODBC::FAQ". ...
MJEVANS/DBD-ODBC-1.61 - 31 Jan 2020 13:51:56 UTC
Tie::Hash::DBD - tie a plain hash to a database table
This module has been created to act as a drop-in replacement for modules that tie straight perl hashes to disk, like "DB_File". When the running system does not have enough memory to hold large hashes, and disk-tieing won't work because there is not ...
HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC
Tie::Array::DBD - tie a plain array to a database table
This module ties an array to a database table using only an "index" and a "value" field. If no tables specification is passed, this will create a temporary table with "h_key" for the key field and a "h_value" for the value field. I think it would mak...
HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC
DBIx::DBSchema::DBD - DBIx::DBSchema Driver Writer's Guide and Base Class
Drivers should be named DBIx::DBSchema::DBD::DatabaseName, where DatabaseName is the same as the DBD:: driver for this database. Drivers should implement the following class methods: columns CLASS DBI_DBH TABLE Given an active DBI database handle, re...
IVAN/DBIx-DBSchema-0.47 - 07 Sep 2022 23:42:13 UTC