Ports 搜索

共有1,144项符合/databases/的查询结果,以下是第7180项(搜索用时0.05秒)
databases/pgxnclient-1.2.1 (Score: 0.11985954)
Command line tool to interact with the PostgreSQL Extension Network
The PGXN Client is a command line tool designed to interact with the PostgreSQL Extension Network allowing searching, compiling, installing, and removing extensions in PostgreSQL databases.
databases/memcache-client-1.8.5 (Score: 0.11985954)
Ruby bindings for MemCached
MemCache Client memcache-client is a pure Ruby client for memcached. It is nearly a drop-in replacement for Ruby MemCache (databases/ruby-memcache).
databases/rubyrep-1.2.0 (Score: 0.11985954)
Multi-master replication and sync for MySQL and PostgreSQL
Mission: Development of an open-source solution for asynchronous, master-master replication of relational databases that is - ridiculously easy to use - database independent Currently supports PostgreSQL and MySQL.
databases/mysql++-3.2.2 (Score: 0.11817771)
Complex C++ API for MySQL56
MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container. This port contains the version 3 of the library; see databases/mysql++ and databases/mysql++1 for the older versions.
databases/gnats-4.1.0 (Score: 0.11817771)
GNATS, the GNU Problem Report Management System
GNU GNATS is a set of tools for tracking bugs reported by users to a central site. It allows problem report management and communication with users through various means, including e-mail, Web and a network daemon. GNATS stores all the information about problem reports in its databases, consisting of plain text files and it provides tools for querying, editing and maintaining these databases.
www/djangotoolbox-1.6.1 (Score: 0.11633243)
Common API for running Django on non-relational/NoSQL databases
A common API for running Django on non-relational/NoSQL databases
POE interface to Round Robin Database Tools
RRDtool refers to round robin database tool. Round robin databases have a fixed number of data points in them and contain a pointer to the current element. Since the databases have a fixed number of data points the database size doesn't change after creation. RRDtool allows you to define a set of archives which consolidate the primary data points in higher granularity. RRDtool is specialized for time series data and can be used to create RRD files, update RRDs, retreive data from RRDs, and generate graphs from the databases. This module provides a POE wrapper around the rrdtool command line interface.
databases/sqlrelay-0.65.0 (Score: 0.11591973)
Persistent DB connection pooling/proxying/load balancing system
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, Oracle, MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, Lago and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope, PHP, Ruby and Java APIs, command line clients, a GUI configuration tool and extensive documentation. The APIs support advanced database operations such as bind variables, multi-row fetches, client side result set caching and suspended transactions. It is ideal for speeding up database-driven web-based applications, accessing databases from unsupported platforms, migrating between databases, distributing access to replicated databases and throttling database access.
databases/oracle8i-8.1.7.1 (Score: 0.114958346)
The JDBC drivers for Oracle 8i
This is a port of the JDBC driver which is used to access Oracle 8i databases using a database-independant API in Java for use with JDK 1.2 and JDK 1.3.
databases/libdbi-0.9.0 (Score: 0.114958346)
Database Independent Abstraction Layer for C
libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.