Ports Search

Results 401410 of 1,144 for /databases/.(0.006 seconds)
databases/DBD-PgPP-0.08 (Score: 0.09045241)
Pure Perl PostgreSQL driver for the DBI
DBD::PgPP is a Pure Perl client interface for the PostgreSQL database. It implements the PostgreSQL client/server network protocol and doesn't need an external PostgreSQL client library like "libpq" for it to work. Consequently, it allows one to connect to a PostgreSQL server from operating systems to which PostgreSQL has not been ported.
databases/DBD-XBase-1.07 (Score: 0.09045241)
Provides access to XBase (dBase, Fox*) database files through DBI
Module XBase provides access to XBase (dBase, Fox*) database files, namely dbf, dbt, fpt, ndx, ntx, mdx, idx and cdx. It provides native Perl interface ($table->get_record, $table->update_record) to read and write the tables. The index support is alpha and read only at the moment. Module DBD::XBase is a DBI driver that uses the XBase module to work with the data, providing you with DBI compliant processing interface and SQL commands ($dbh->prepare("SELECT * FROM TABLE")). As an argument to DBI->connect, specify "dbi:XBase:$dir", where $dir is the directory with the data files.
databases/DBD-cego-1.3.0 (Score: 0.09045241)
Cego DBI driver for Perl 5
A DBI driver for the Cego database for Perl 5 Many more details are available at:
databases/DBI-0.5.1 (Score: 0.09045241)
R Database Interface
A database interface (DBI) definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.
databases/DBI-Shell-11.95 (Score: 0.09045241)
Interactive command shell for the DBI
DBI::Shell ========== The DBI::Shell module (and dbish command, if installed) provide a simple but effective command line interface for the Perl DBI module. Please note: DBI::Shell is very new, very experimental and very subject to change. Your mileage will vary. Interfaces will change with each release.
databases/DBICx-Deploy-0.02 (Score: 0.09045241)
Perl 5 module to deploy a DBIx::Class schema
The Perl 5 module DBICx::Deploy deploys a DBIx::Class schema to a database. A command line script, dbicdeploy, is provided.
databases/DBICx-MapMaker-0.03 (Score: 0.09045241)
Perl 5 module to automatically create a DBIx::Class mapping table
The Perl 5 module DBICx::MapMaker automatically creates a DBIx::Class result source for "many to many" relationship.
databases/DBICx-Sugar-0.0001 (Score: 0.09045241)
Just some syntax sugar for DBIx::Class
Just some syntax sugar for your DBIx::Class applications. This was originally created to remove code duplication between Dancer::Plugin::DBIC and Dancer2::Plugin::DBIC.
databases/DBICx-TestDatabase-0.05 (Score: 0.09045241)
Module to create temporary database from a DBIx::Class::Schema
The Perl 5 module DBICx::TestDatabase creates a temporary SQLite database, deploys your DBIC schema, and then connects to it. This lets you easily test your DBIC schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests, ordering of tests affecting failure, etc.
databases/DBICx-TxnInsert-0.02 (Score: 0.09045241)
Wrap all inserts into transaction
Wrap all inserts into transactions.