Ports Search

Results 361370 of 1,144 for /databases/.(0.007 seconds)
databases/Cache-Memcached-XS-0.01 (Score: 0.09045241)
Client library for memcached using libmemcache
Cache::Memcached::XS is a memcached client using libmemcache. It uses a lot less CPU than the original pure-perl client.
databases/CDB_File-0.98 (Score: 0.09045241)
Perl5 interface to the CDB package
This is the perl5 interface to CDB. Very useful for people who would like to export information from an SQL type database directly into a CDB file via $cdb->insert in a perl script.
Cache::Memcached compatible interface to libmemcached
This is the Cache::Memcached compatible interface to libmemcached, a C library to interface with memcached.
databases/Class-DBI-Pg-0.09 (Score: 0.09045241)
Extensions to Class::DBI for PostgreSQL
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for Postgres. select Postgres system catalog and find out all columns, primary key and SERIAL type column.
databases/Cache-Memcached-Fast-0.21 (Score: 0.09045241)
Fast Perl client for memcached, a distributed memory cache daemon
Cache::Memchached::Fast is a Perl client for memcached, a memory cache daemon. Module core is implemented in C and tries hard to minimize number of system calls and to avoid any key/value copying for speed. As a result, it has very low CPU consumption.
databases/Cache-Memcached-1.30 (Score: 0.09045241)
Perl API for memcached, a distributed memory cache daemon
The API takes advantage of the server's opaque flag support and sets its "complex" flag whenever the object being stored or retrieved isn't a plain scalar. In that case, the Storable module is used to freeze and thaw the value automatically going in and out of the memcached.
Abstract Class::DBI SQL with SQL::Abstract
Class::DBI::AbstractSearch is a Class::DBI plugin to glue SQL::Abstract into Class::DBI.
databases/Class-DBI-AsForm-2.42 (Score: 0.09045241)
Produce HTML form elements for database columns
This module helps to generate HTML forms for creating new database rows or editing existing rows. It maps column names in a database table to HTML form elements which fit the schema. Large text fields are turned into textareas, and fields with a has-a relationship to other Class::DBI tables are turned into select drop-downs populated with objects from the joined class.
databases/Class-DBI-AutoLoader-0.12 (Score: 0.09045241)
Generates Class::DBI subclasses dynamically
Class::DBI::AutoLoader scans the tables in a given database, and auto-generates the Class::DBI classes. These are loaded into your package when you import Class::DBI::AutoLoader.
databases/Class-DBI-BaseDSN-1.22 (Score: 0.09045241)
DSN sensitive base class
Class::DBI::BaseDSN acts as a placeholder for a base class which will be switched for a specific Class::DBI extension when you specify the dsn of the database to connect to.