Search results for "DBD::"
DBD::SQLeet - Encryption-capable SQLite3 DBI driver
DBD::SQLeet is a combination of the DBD::SQLite CPAN module and sqleet - public domain encryption extension for SQLite3: <https://github.com/resilar/sqleet> DBD::SQLeet Perl code and test suite are entirely based on the DBD::SQLite v.1.58 CPAN module...
DDMITOV/DBD-SQLeet-0.26.0 - 03 Feb 2019 20:59:59 UTC - Search in distribution- DBD::SQLeet::Constants - common SQLite constants
DBD::SQLite - Self-contained RDBMS in a DBI Driver
SQLite is a public domain file-based relational database engine that you can find at <https://www.sqlite.org/>. DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction cap...
ISHIGAKI/DBD-SQLite-1.72 - 03 Nov 2022 16:28:17 UTC - Search in distribution- DBD::SQLite::Cookbook - The DBD::SQLite Cookbook
- DBD::SQLite::Constants - common SQLite constants
- DBD::SQLite::VirtualTable - SQLite virtual tables implemented in Perl
- 4 more results from DBD-SQLite »
DBD::Sprite - Perl extension for DBI, providing database emmulation via flat files.
DBD::Sprite is a DBI extension module adding database emulation via flat-files to Perl's database-independent database interface. Unlike other DBD::modules, DBD::Sprite does not require you to purchase or obtain a database. Every thing you need to pr...
TURNERJW/DBD-Sprite-6.12 - 05 Feb 2019 07:23:16 UTC - Search in distribution- JSprite - Modified version of Sprite to manipulate text delimited flat-files as databases using SQL emulating Oracle. The remaining documentation is based on Sprite.
DBD::Sybase - Sybase database driver for the DBI module
DBD::Sybase is a Perl module which works with the DBI module to provide access to Sybase databases....
MEWP/DBD-Sybase-1.23 - 03 Feb 2023 11:39:33 UTC - Search in distribution
DBD::Wire10 - Pure Perl MySQL, Sphinx, and Drizzle driver for DBI.
"DBD::Wire10" is a Pure Perl interface able to connect to MySQL, Sphinx and Drizzle servers, utilizing Net::Wire10 for the actual driver core....
DUBEX/DBD-Wire10-1.08 - 12 Apr 2010 23:37:31 UTC - Search in distribution
DBD::mysqlx - MySQL X Protocol driver for the Perl5 Database Interface (DBI)
This driver allows you to connect to a MySQL 5.7.12 or newer database over the MySQL X Protocol. On 5.7 you need to configure it to load the "mysqlx" plugin. See <https://dev.mysql.com/doc/refman/5.7/en/document-store-setting-up.html> for details. Di...
DVEEDEN/DBD-mysqlx-0.003 - 12 Jan 2019 12:01:56 UTC - Search in distribution
DBD::AnyData - DBI access to XML, CSV and other formats
The DBD::AnyData module provides a DBI/SQL interface to data in many formats and from many sources. Currently supported formats include general format flatfiles (CSV, Fixed Length, Tab or Pipe "delimited", etc.), specific formats (passwd files, web l...
REHSACK/DBD-AnyData-0.110 - 17 Jul 2010 08:36:36 UTC - Search in distribution
DBD::Avatica - Driver for Apache Avatica compatible servers
DBD::Avatica is a Perl module that works with the DBI module to provide access to databases with Apache Avatica compatible protocol....
PUTINTSEV/DBD-Avatica-0.2.2 - 11 Jan 2022 10:17:04 UTC - Search in distribution
DBD::DBMaker - DBD driver to access DBMaker database
This module is the low-level driver to access the DBMaker database using the DBI interface. Please refer to the DBI documentation for using it....
DBMAKER/DBD-DBMaker-0.13 - 05 Nov 1999 06:19:10 UTC - Search in distribution
DBD::Fulcrum - Fulcrum SearchServer database driver for the DBI module
DBD::Fulcrum is a Perl module which works with the DBI module to provide access to Fulcrum SearchServer data sources....
SHARI/DBD-Fulcrum-0.20 - 26 Jan 1999 16:56:12 UTC - Search in distribution
dbd-illustra
PMH/DBD-Illustra-0.04
-
13 Oct 1999 14:05:05 UTC
-
Search in distribution
- DBD::Illustra - DBI driver for Illustra Databases
DBD::MariaDB - MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases. In other words: DBD::MariaDB is an interface between the Perl programming language and the MariaDB/MySQL programming API that comes with the MariaDB/MySQL relational...
PALI/DBD-MariaDB-1.22 - 21 Apr 2022 23:16:33 UTC - Search in distribution- DBD::MariaDB::INSTALL - How to install and configure DBD::MariaDB
- lib/DBD/MariaDB.pm
DBD::Ovrimos - DBI Driver for Ovrimos (formerly Altera SQL Server)
DBI driver for Ovrimos (See DBI(3) for details). This driver is essentially a rename of DBD::Altera. Since DBI is a moving target at the time of this writing, this driver should only be assumed to work with DBI 0.93. A standard notice in DBD drivers'...
DSOUFLIS/DBD-Ovrimos-0.12 - 17 Aug 1999 10:40:32 UTC - Search in distribution
DBD::SQLite2 - Self Contained RDBMS in a DBI Driver (sqlite 2.x)
SQLite is a public domain RDBMS database engine that you can find at http://www.sqlite.org/. Rather than ask you to install SQLite first, because SQLite is public domain, DBD::SQLite2 includes the entire thing in the distribution. So in order to get ...
RURBAN/DBD-SQLite2-0.38 - 29 Sep 2018 11:21:56 UTC - Search in distribution
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 - Search in distribution- Bundle::DBD::mysql - A bundle to install Perl drivers for MySQL
- lib/DBD/drizzle/GetInfo.pm
- INSTALL - How to install and configure DBD::drizzle
DBD::monetdb - MonetDB Driver for DBI
DBD::monetdb is a Pure Perl client interface for the MonetDB Database Server. It requires MonetDB::CLI (and one of its implementations). Outline Usage From perl you activate the interface with the statement use DBI; After that you can connect to mult...
SGOELDNER/DBD-monetdb-0.09 - 31 Jul 2006 07:38:30 UTC - Search in distribution
DBD::mysqlPP - Pure Perl MySQL driver for the DBI
DBD::mysqlPP is a Pure Perl client interface for the MySQL database. This module implements network protool between server and client of MySQL, thus you don't need external MySQL client library like libmysqlclient for this module to work. It means th...
TSUCCHI/DBD-mysqlPP-0.07 - 17 Nov 2011 22:24:50 UTC - Search in distribution
DBD::Sqlflex - Access to Sqlflex Databases
This document describes DBD::Sqlflex version 0.50. You should also read the documentation for DBI as this document qualifies what is stated there. Note that this document was last updated for the DBI 0.85 specification, but the code requires features...
INFOFLEX/DBD_SQLFLEX_8.2 - 10 Mar 2000 23:51:23 UTC - Search in distribution- DBD::SqlflexTest - Test Harness for DBD::Sqlflex
DBD::AnyData2 - a DBI driver for AnyData2
DBD::AnyData2 is a database management system that works right out of the box. If you have a standard installation of Perl and DBI you can begin creating, accessing, and modifying simple database tables without any further modules....
REHSACK/DBD-AnyData2-0.001 - 06 Jul 2016 19:06:22 UTC - Search in distribution
DBD::Firebird - DBI driver for Firebird RDBMS server
DBD::Firebird is a Perl module which works with the DBI module to provide access to Firebird databases....
DAM/DBD-Firebird-1.34 - 05 Dec 2021 08:26:04 UTC - Search in distribution- DBD::Firebird::TableInfo::Basic - A base class for lowest-common denominator Firebird table_info() querying.
- lib/DBD/Firebird/TableInfo.pm
- lib/DBD/Firebird/GetInfo.pm
- 2 more results from DBD-Firebird »