PostgreSQL::PLPerl::Trace is a simple way to trace execution of
Perl statements in PL/Perl.
Prophet is a distributed database system designed for small to medium scale
social database applications.
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.
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.
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
This module provides methods to build redis requests and parse replies
from the server.
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.
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.
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.
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.