Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第14,60114,610项(搜索用时0.03秒)
databases/libmongo-client-0.1.6.3 (Score: 9.2782444E-5)
Alternative C driver for MongoDB
This is an alternative C driver for MongoDB, with slightly different goals than the official one: libmongo-client is meant to be a stable (API, ABI and quality alike), clean, well documented and well tested shared library, that strives to make the most common use cases as convenient as possible.
databases/libsdb-0.10.1 (Score: 9.2782444E-5)
Simple database library
This is libsdb, the simple database library, which provides a way to support multiple database management systems in an application with negligeable overhead, in terms of code as well as system resources. Supported databases: - Lago - Mysql - Sqlite - Mimer - Postgresql - Oracle - Gdbm
databases/citus-5.2.1 (Score: 9.2782444E-5)
Horizontally scale Postgresql using sharding and replication
What is Citus? * Open-source PostgreSQL extension (not a fork) * Scalable across multiple hosts through sharding and replication * Distributed engine for query parallelization * Highly available in the face of host failures Citus horizontally scales PostgreSQL across commodity servers using sharding and replication. Its query engine parallelizes incoming SQL queries across these servers to enable real-time responses on large datasets.
databases/mdcached-1.0.9 (Score: 9.2782444E-5)
The PHP client library for Bullet Cache (mdcached)
Bullet Cache is a memory database intended to be used much like memcached, but offering much higher flexibility through use of record tags which can be used to perform bulk operations on sets of records. This port contains the PHP client module for Bullet Cache.
databases/mysac-1.1.2 (Score: 9.2782444E-5)
MySQL Simple Asynchronous Client
MySAC (Simple Asynchronous Client) is a library that provides mechanisms for making asynchronous requests to MySQL database. It uses the official MySQL client library for authentication and network functions. Memory allocation must be done in user code, so any memory manager can be used.
databases/mysqlsniffer-1.2 (Score: 9.2782444E-5)
Tcpdump clone specifically for MySQL
mysqlsniffer is a tcpdump clone specifically for dumping/sniffing/watching MySQL network protocol traffic over TCP/IP networks. mysqlsniffer is coded in C using the pcap library and works with MySQL version 4.0 and newer. mysqlsniffer is the only MySQL-specific network sniffer.
databases/mytop-1.7 (Score: 9.2782444E-5)
Top clone for MySQL
mytop is a non-gui tool for monitoring the threads and overall performance of MySQL 3.22.x and 3.23.x servers. It runs on most Unix systems which have Perl, DBI, and Term::ReadKey installed. And with Term::ANSIColor installed you even get color.
databases/ntdb-1.0 (Score: 9.2782444E-5)
Not so Trivial DataBase
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.
databases/Cache-Memcached-Managed-0.24 (Score: 9.2782444E-5)
Provide API for managing cached information
The Cache::Memcached::Managed module provides an API to values, cached in one or more memcached servers. Apart from being very similar to the API of Cache::Memcached, the Cached::Memcached::Managed API allows for management of groups of values, for simplified key generation and expiration, as well as version and namespace management and a few other goodies.
databases/Class-DBI-Oracle-0.51 (Score: 9.2782444E-5)
Extensions to Class::DBI for Oracle
This is an extension to Class::DBI that currently implements: * A sequence fix for Oracle databases. * Automatic column name discovery. * Automatic primary key detection. * Sequence name guessing. * Proper aliasing of reserved words. Instead of setting Class::DBI as your base class, use this.