Ports Search

Results 10,98110,990 of 19,819 for %22HTTP Server%22.(0.01 seconds)
databases/DBIx-Custom-0.3300 (Score: 9.2878623E-4)
Customizable DBI
Customizable DBI
databases/DBIx-DBHResolver-0.17 (Score: 9.2878623E-4)
Perl extension to resolve DB connection with many database servers
DBIx::DBHResolver resolves database connection on the environment has many database servers. The resolution algorithm is extensible and pluggable, because of this you can make custom strategy module easily. This module can retrieve DBI's database handle object or connection information (data source, user, credential...) by labeled name and treat same cluster consists many nodes as one labeled name, choose fetching strategy.
databases/DBIx-Dump-0.04 (Score: 9.2878623E-4)
Module for dumping database (DBI) data into a variety of formats
DBIx::Dump allows you to easily dump database data, retrieved using DBI, into a variety of formats including Excel, CSV, etc...
databases/DBIx-Inspector-0.12 (Score: 9.2878623E-4)
Perl extension to get information from bh
Get information from $dbh.
databases/DBIx-Introspector-0.001005 (Score: 9.2878623E-4)
Detect what database you are connected to
Detect what database you are connected to.
databases/DBIx-MySQLSequence-1.04 (Score: 9.2878623E-4)
Proper and correct (emulated) sequence support for MySQL
The DBIx::MySQLSequence package implements an emulation layer that provides "real" sequences on MySQL. The module works by creating a "sequence table", a single table where each record represents a single sequence, and performing some "magic" MySQL specific SQL to ensure the sequences will work correctly.
databases/DBIx-NoSQL-0.0020 (Score: 9.2878623E-4)
NoSQL-ish overlay for an SQL database
DBIx::NoSQL is a layer over DBI that presents a NoSQLish way to store and retrieve data. It does this by using a table called __Store__. Once connected to a database, it will detect if this table is missing and create it if necessary. When writing data to the store, the data (a HASH reference) is first serialized using JSON and then inserted/updated via DBIx::Class to (currently) an SQLite backend. Retrieving data from the store is done by key lookup or by searching an SQL-based index. Once found, the data is deserialized via JSON and returned.
databases/DBIx-Password-1.9 (Score: 9.2878623E-4)
Allows you to create a global password file for DB passwords
This module keeps track of database passwords.
databases/DBIx-Perlish-0.64 (Score: 9.2878623E-4)
Perlish interface to SQL databases
The DBIx::Perlish module provides the ability to work with databases supported by the DBI module using Perl's own syntax for four most common operations: SELECT, UPDATE, DELETE, and INSERT.
databases/DBIx-HA-1.1 (Score: 9.2878623E-4)
High Availability package for DBI
DBIx::HA is a High Availability module for DBI. It is implemented by overloading the DBI connect, prepare and execute methods and can be seamlessly used without code modification except for initialization. DBIx::HA also works seamlessly with Apache::DBI when available, and ensures that cached database handles in the Apache::DBI module are properly updated when failing over.