Search results for "DBD::"
Tie::RDBM - Tie hashes to relational databases
This module allows you to tie Perl associative arrays (hashes) to SQL databases using the DBI interface. The tied hash is associated with a table in a local or networked database. One field of the table becomes the hash key, and another becomes the v...
TODDR/Tie-DBI-1.08 - 19 Jan 2020 03:37:25 UTC - Search in distribution- Tie::DBI - Tie hashes to DBI relational databases
EZDBI - EZ (Easy) interface to SQL databases (DBI)
This file documents version 0.120 of EZDBI. It assumes that you already know the basics of SQL. It is not a(n) SQL tutorial. EZDBI provides a simple and convenient interface to most common SQL databases. It requires that you have installed the DBI mo...
JPIERCE/EZDBI-0.16 - 02 Mar 2016 14:50:45 UTC - Search in distribution
tablify - turn a delimited text file into a text table
This script is essentially a quick way to parse a delimited text file and view it as a nice ASCII table. By selecting only certain fields, employing a where clause to only select records where a field matches some value, and using the limit to only s...
KCLARK/Text-RecordParser-1.6.5 - 21 Apr 2015 20:01:10 UTC - Search in distribution
Ormlette - Light and fluffy object persistence
Ormlette is a simple object persistence mechanism which is specifically designed to avoid imposing any requirements on how your code is organized or what base classes you use. Rather than requiring your classes to inherit from it, Ormlette is initial...
DSHEROH/Ormlette-0.005 - 08 Jul 2013 08:27:29 UTC - Search in distribution
URI::db - Database URIs
This class provides support for database URIs. They're inspired by JDBC URIs <http://docs.oracle.com/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB> and PostgreSQL URIs <http://www.postgresql.org/docs/9.3/static/libpq-connect.html#LIBPQ-CONN STRING>,...
DWHEELER/URI-db-0.20 - 20 Jun 2022 17:49:53 UTC - Search in distribution- URI::mssql - Microsoft SQL Server database URI
- URI::ldapdb - LDAP database URI
cpandb - interface to CPAN::SQLite
This script is an interface to the routines of CPAN::SQLite for setting up, maintaining and searching a "DBD::SQLite" database of CPAN. Available options can be grouped into three categories. Common options These are options which are common to both ...
STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC - Search in distribution
Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format.
The "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells....
JMCNAMARA/Excel-Writer-XLSX-1.10 - 30 Dec 2022 21:12:18 UTC - Search in distribution
OOPS - Object Oriented Persistent Store
The goal of OOPS is to make perl objects easily and transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too lar...
MUIR/OOPS-0.2005 - 13 Mar 2012 16:07:46 UTC - Search in distribution
SQL::SimpleOps - SQL Simple Operations
This module was created to execute basic SQL commands in a database engine, where it proposes the most common and basic operations with low parameter complexity. The module allow switch between database engine without recoding. It makes the necessary...
CCELSO/SQL-SimpleOps-2022.301.1 - 28 Oct 2022 15:43:52 UTC - Search in distribution
PONAPI::Manual - An introduction to using PONAPI::Server
The origin of the name PONAPI (pronounced: Po-Na-Pi) is JSONAPI. We jokingly decided to replace the JavaScript reference (JS) with a Perl one (P). This document describes how to use and set up "PONAPI::Server". The latter parts describe how to set up...
MICKEY/PONAPI-Server-0.003003 - 02 Feb 2019 20:44:32 UTC - Search in distribution
Data::Sync - A simple metadirectory/datapump module
NB: 0.07 is an interim release - the next version will contain significant changes, including changes to the UI. Data::Sync is a simple metadirectory/data pump module. It automates a number of the common tasks required when writing code to migrate/sy...
CCOLBOURN/Data-Sync-0.08 - 26 Feb 2006 14:46:21 UTC - Search in distribution
SQL::Shell - command interpreter for DBI shells
SQL::Shell is a command-interpreter API for building shells and batch scripts. A command-line interface with readline support - sqlsh.pl - is included as part of the CPAN distribution. See <SQL::Shell::Manual> for a user guide. SQL::Shell offers feat...
MGUALDRON/SQL-Shell-1.17 - 24 May 2019 20:37:58 UTC - Search in distribution
Gtk2::Ex::DBI - Bind a Gtk2::GladeXML - generated window to a DBI data source
This class ties data from a DBI datasource to widgets in a Gtk2+ window ( generated by Glade ). All that is required is that you name your widgets the same as the fields in your data source. You have to set up combo boxes ( ie create your Gtk2::ListS...
DKASAK/Gtk2-Ex-DBI-2.30 - 07 Feb 2014 14:18:17 UTC - Search in distribution
Rose::DB::Object::Tutorial - A guided tour of the basics of Rose::DB::Object
JSIRACUSA/Rose-DB-Object-0.820
-
26 Jun 2021 13:31:49 UTC
-
Search in distribution
- Rose::DB::Object::Metadata - Database object metadata.
- Rose::DB::Object::Metadata::Column - Base class for database column metadata objects.
App::faq - App-Context Frequently Asked Questions
SPADKINS/App-Context-0.968
-
09 Jun 2010 21:33:19 UTC
-
Search in distribution
CAM::DBF - Perl extension for reading and writing dBASE III DBF files
This package facilitates reading and writing dBASE III PLUS DBF files. This is made possible by documentation generously released by Borland at <http://community.borland.com/article/0,1410,15838,00.html> Currently, only version III PLUS files are rea...
CLOTHO/CAM-DBF-1.02 - 25 Oct 2006 14:24:42 UTC - Search in distribution
which_pm - Perl script to find out which versions of certain Perl modules are installed
See the the documentation of Module::Which....
NEILB/Module-Which-0.05 - 10 Nov 2015 09:09:19 UTC - Search in distribution- Module::Which - find version and path of locally installed modules
DBIx::Class - Extensible and flexible object <-> relational mapper.
This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution- DBIx::Class - Extensible and flexible object <-> relational mapper.
- DBIx::Class::ResultSet - Represents a query used for fetching a set of results.
- DBIx::Class::Storage::DBI - DBI storage handler
- 26 more results from DBIx-Class »
Kasago - A Perl source code indexer
Kasago is a module for indexing Perl source code. You can index source trees, and then query the index for symbols, strings, and documentation. Kasago uses the PPI module to parse Perl and stores the index in a PostegreSQL database. Thus you need to ...
LBROCARD/Kasago-0.29 - 27 Jul 2005 13:11:05 UTC - Search in distribution