Ports Search

Results 521530 of 1,144 for /databases/.(0.003 seconds)
Simple way to trace execution of Perl statements in PL/Perl
PostgreSQL::PLPerl::Trace is a simple way to trace execution of Perl statements in PL/Perl.
databases/Prophet-0.751 (Score: 0.09045241)
Distributed database system
Prophet is a distributed database system designed for small to medium scale social database applications.
databases/RRD-Simple-1.44 (Score: 0.09045241)
Simple interface to create and store data in RRD files
RRD::Simple provides a simple interface to RRDTool's RRDs module. This module does not currently offer fetch method that is available in the RRDs module. It does however create RRD files with a sensible set of default RRA (Round Robin Archive) definitions, and can dynamically add new data source names to an existing RRD file. This module is ideal for quick and simple storage of data within an RRD file if you do not need to, nor want to, bother defining custom RRA definitions.
Wire protocol support functions for Cassandra CQL3
This module provides the basic constants and other support functions required to communicate with a Cassandra database using CQL3. It is not in itself a CQL client; it simply provides the necessary support functions to allow one to be written. For a complete client, see instead Net::Async::CassandraCQL.
databases/Redis-1.9820 (Score: 0.09045241)
Perl binding for Redis database
Pure perl bindings for http://code.google.com/p/redis/ This version support git version 0.08 or later of Redis available at git://github.com/antirez/redis
databases/RedisDB-Parser-2.21 (Score: 0.09045241)
Perl extension for Redis protocol parser
This module provides methods to build redis requests and parse replies from the server.
databases/RedisDB-2.46 (Score: 0.09045241)
Perl extension to access redis database
This module provides interface to access redis key-value store, it transparently handles disconnects and forks, supports transactions, pipelining, and subscription mode. Module includes XS and pure Perl versions of the parser.
databases/Relations-Query-0.93 (Score: 0.09045241)
Object for building queries with DBI/DBD::mysql
With Relations::Query you can create a 'select' query by creating a new query object, and passing hashes, arrays, or strings of info to the constructor, such as what's within the variables clause, what to order by, etc. You can also add and override clause info in the query as well, on both a permanent and temporary basis. With the to_string() function, you can create a query string from a hash, query object or string.
ResourcePool::Resource::DBI - A ResourcePool wrapper for DBI
This class is used by the ResourcePool internally to create DBI connections. Its called by the corresponding ResourcePool::Factory::DBI object which passes the parameters needed to establish the DBI connection.
databases/Redis-hiredis-0.11.0 (Score: 0.09045241)
Simple wrapper around hiredis C client
Redis::hiredis is a simple wrapper around Salvatore Sanfilippo's hiredis C client that allows connecting and sending any command just like you would from a command line Redis client.