Ports Search

Results 14,88114,890 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
databases/commons-dbutils-1.6 (Score: 5.180394E-5)
JDBC helper library
DbUtils is a small set of classes designed to make working with JDBC easier. JDBC resource cleanup code is mundane, error prone work so these classes abstract out all of the cleanup tasks from your code leaving you with what you really wanted to do with JDBC in the first place: query and update data.
databases/bbdb-2.35 (Score: 5.180394E-5)
Big Brother Database
BBDB is a rolodex-like database program for GNU Emacs. BBDB stands for Insidious Big Brother Database, and is not, repeat, _not_ an obscure reference to the Buck Rogers TV series. Put the expression below into your ~/.emacs (require 'bbdb) (bbdb-initialize)
databases/libmongo-client-0.1.6.3 (Score: 5.180394E-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: 5.180394E-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: 5.180394E-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: 5.180394E-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: 5.180394E-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: 5.180394E-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: 5.180394E-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: 5.180394E-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.