Tarantool-c is a client library written in C for Tarantool.
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.
This is the Lightning Memory-Mapped Database (LMDB) extension for Tcl using the
Tcl Extension Architecture (TEA).
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.
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.
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.
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.
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.
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
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.