Ports Search

Results 9,6419,650 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
Credential Management for DBIx::Class
DBIx::Class::Schema::Config is a subclass of DBIx::Class::Schema that allows the loading of credentials from a file. The actual code itself would only need to know about the name used in the configuration file. This aims to make it simpler for operations teams to manage database credentials.
databases/DR-Tarantool-0.44 (Score: 1.3121418E-4)
Perl driver for Tarantool
This module provides a synchronous and asynchronous driver for Tarantool. The driver does not have external dependencies, but includes the official light-weight Tarantool C client (a single C header which implements all protocol formatting) for packing requests and unpacking server responses.
databases/Net-Async-CassandraCQL-0.11 (Score: 1.3121418E-4)
Use Cassandra databases with IO::Async using CQL
This module allows use of the CQL3 interface of a Cassandra database. It fully supports asynchronous operation via IO::Async, allowing both direct queries and prepared statements to be managed concurrently, if required. Alternatively, as the interface is entirely based on Future objects, it can be operated synchronously in a blocking fashion by simply awaiting each individual operation by calling the get method.
databases/Tie-LevelDB-0.07 (Score: 1.3121418E-4)
Perl Interface to the Google LevelDB NoSQL database
Tie::LevelDB is the Perl Interface for Google NoSQL database called LevelDB. See http://code.google.com/p/leveldb/ for more details. Interface is implemented both as a reflection of an original LevelDB C++ API and a Perl-ish TIEHASH mechanism.
databases/MDB-1.3.0 (Score: 1.3121418E-4)
PEAR unified API for DB access, based on user meta data
PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all support RDBMS. The main difference to most other DB abstraction packages is that MDB goes much further to ensure portability. Currently supported RDBMS are MySQL, PostGreSQL, Oracle, Frontbase, Querysim, Interbase/Firebird, and MSSQL
databases/MDB2-2.5.0.b5 (Score: 1.3121418E-4)
PEAR database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all supported RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to construct portable SQL statements.
databases/percona-toolkit-2.2.17 (Score: 1.3121418E-4)
Collection of essential command-line utilities for MySQL
Percona Toolkit is a collection of advanced command-line tools used by Percona support staff to perform a variety of MySQL and system tasks that are too difficult or complex to perform manually, including: Verify master and replica data consistency Efficiently archive rows Find duplicate indexes Summarize MySQL servers Analyze queries from logs and tcpdump Collect vital system information when problems occur
databases/pgtop-0.05 (Score: 1.3121418E-4)
Display PostgreSQL performance info like top(1)
pgtop was inspired by mytop (http://jeremy.zawodny.com/mysql/mytop/), which in turn was inspired by the system monitoring tool top. pgtop will connect to a PostgreSQL server and periodically run queries against the pg_stat* relations and attempt to summarize the information from them in a useful format.
databases/pure-sql3-0.5 (Score: 1.3121418E-4)
Pure language binding to the SQLite3 library
Sql3 is an interface to the popular Sqlite3 database. The module provides a minimal wrapper around Sqlite3's C interface which is designed to give the developer access to all of Sqlite3's features in a way that is convenient for Pure programmers.
databases/pg8000-1.10.6 (Score: 1.3121418E-4)
Pure-Python Interface to the PostgreSQL Database
pg8000 is a Pure-Python interface to the PostgreSQL database engine. It is one of many PostgreSQL interfaces for the Python programming language. pg8000 is somewhat distinctive in that it is written entirely in Python and does not rely on any external libraries (such as a compiled python module, or PostgreSQL's libpq library). pg8000 supports the standard Python DB-API version 2.0.