Ports Search

Results 971980 of 1,144 for /databases/.(0.008 seconds)
databases/tarantool-c-1.0.0 (Score: 0.09045241)
C client for Tarantool 1.6+
Tarantool-c is a client library written in C for Tarantool.
databases/libzdb-3.1 (Score: 0.09045241)
Thread-safe connection pool library
The Zild Database Library implements a small and fast database API with the following features: C database library - easy to use API - connect to multiple database systems - zero runtime configuration, connect using URL scheme - Thread safe Connection Pooling.
databases/tcl-lmdb-0.3.5 (Score: 0.09045241)
Tcl interface to the Lightning Memory-Mapped Database
This is the Lightning Memory-Mapped Database (LMDB) extension for Tcl using the Tcl Extension Architecture (TEA).
databases/tdbc-1.0.4 (Score: 0.09045241)
Common database access interface for Tcl
TDBC is the Tcl Database Connectivity, an abstraction layer for database drivers in the Tcl programming language. The interface is described in TIP 308 (http://www.tcl.tk/cgi-bin/tct/tip/308) with updates in TIP 350 (http://www.tcl.tk/cgi-bin/tct/tip/350). Currently, drivers for MySQL, ODBC, PostgreSQL, and SQLite3 are included.
databases/tokyocabinet-1.4.48 (Score: 0.09045241)
Modern implementation of DBM
Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.
databases/tokyotyrant-1.1.41 (Score: 0.09045241)
Network interface of Tokyo Cabinet
Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications.
databases/tora-2.1.3 (Score: 0.09045241)
Toolkit for Oracle
TOra is an open-source multi-platform database management GUI that supports accessing most of the common database platforms in use, including Oracle, MySQL, and Postgres, as well as limited support for any target that can be accessed through Qt's ODBC support. In addition to regular query and data browsing functionality, it includes several additional tools useful for database administrators and developers - which aims to help the DBA or developer of database application. Features PL/SQL debugger, SQL worksheet with syntax highlighting, DB browser and a comprehensive set of DBA tools.
databases/tuning-primer-1.6.r1 (Score: 0.09045241)
MySQL performance tuning primer script
This script takes information from "SHOW STATUS LIKE..." and "SHOW VARIABLES LIKE..." then attempts to produce sane recommendations for tuning server variables. It is compatible with all versions of MySQL 3.23 - 5.1.
databases/twemproxy-0.4.1 (Score: 0.09045241)
Fast, light-weight proxy for memcached and redis
twemproxy, aka nutcracker is a fast and lightweight proxy for memcached and redis protocol. It was primarily built to reduce the connection count on the backend caching serve
databases/unixODBC-2.3.4 (Score: 0.09045241)
ODBC library suite for Unix
From the web site: What is the unixODBC Project? The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on the Linux platform. What is ODBC? ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources. Data Sources include SQL Servers and any Data Source with an ODBC Driver.