Ports Search

Results 391400 of 1,144 for /databases/.(0.007 seconds)
databases/Class-DBI-Untaint-1.00 (Score: 0.09045241)
Class::DBI constraints using CGI::Untaint
Using this module will plug-in a new constraint type to Class::DBI that uses CGI::Untaint. Any column can then be said to require untainting of a given type - i.e. that any value which you attempted to set that column to (include at create() time) must pass an untaint as_type() check.
databases/Class-DBI-mysql-1.00 (Score: 0.09045241)
Extensions to Class::DBI for MySQL
This is an extension to Class::DBI, containing several functions and optimisations for the MySQL database. Instead of setting Class::DBI as your base class, use this instead.
databases/DBI-1.636 (Score: 0.09045241)
Perl5 Database Interface, required for DBD::* modules
The DBI interface allows perl programs to use DBD (Database Definition) drivers with a common set of routines. A program can then (theoretically) change from using mSQL to Oracle (for example) without changing the entire program around. This DBI interface is not yet fully specified. The current development work is focused on writing drivers, such as DBD::Oracle, which also implement emulations of old perl4 database interfaces, e.g., oraperl. This strategy enables the DBI and drivers to serve a useful purpose whilst allowing the real interface to evolve with experience behind the emulation interface.
databases/Class-Inflate-0.07 (Score: 0.09045241)
Inflate HASH Object from Values in Database
Allows for any blessed HASH object to be populated from a database, by describing table relationships to each method.
databases/CouchDB-View-0.003 (Score: 0.09045241)
Handle and create CouchDB views in Perl
CouchDB::View is a Perl module to handle and create CouchDB views.
databases/DBD-Excel-0.06 (Score: 0.09045241)
Class for DBI drivers that acts on Excel files
A class for DBI drivers that acts on Excel files
databases/DBD-Google-0.51 (Score: 0.09045241)
Treat Google as a datasource for DBI
DBD::Google allows you to use Google as a datasource; Google can be queried using SQL SELECT statements, and iterated over using standard DBI conventions.
databases/DBD-Mock-1.45 (Score: 0.09045241)
Simple mock DBD implementation used for testing
The DBD::Mock perl module is a simple mock DBD implementation used for testing. It's entirely self-contained so that you can extract the single library file (DBD/Mock.pm), put it in your own distribution and be able to run DBI-based tests even though you don't have information about a database.
databases/DBD-Multi-0.16 (Score: 0.09045241)
Manage Multiple Data Sources with Failover and Load Balancing
DBD::Multi - Manage Multiple Data Sources with Failover and Load Balancing
databases/DBD-PgLite-0.11 (Score: 0.09045241)
PostgreSQL emulation mode for SQLite
The module automatically and transparently transforms a broad range of SQL statements typical of PostgreSQL into a form suitable for use in SQLite. This involves both (a) parsing and filtering of the SQL; and (b) the addition of several PostgreSQL-compatible functions to SQLite.