LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
* Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion.
This ADOdb Extension provides up to 100% speedup by replacing parts of ADOdb
with C code. ADOdb will auto-detect if this extension is installed and use it
automatically. This extension is compatible with ADOdb 3.32 or later, and
PHP 4.3.*, 4.4.*, 5.0.* and 5.1.*.
METAKIT is a curious mix of flatfile, relational and OODBMS features with a
small footprint, and a big following. For those who don't need a heavy-duty
SQL solution, it is tight and fast for <100,000 items, with a snazzy ability
to dynamically change data structures on the fly. Interfaces are available
for Tcl and Python, with Perl support promised soon.
mrtg-mysq-load is a small Perl script which is meant
to be run by mrtg. It will fetch the total number of queries
and slow queries handled by a mysql server.
mtop (MySQL top) monitors a MySQL server showing the queries which are taking
the most amount of time to complete. Features include 'zooming' in on a process
to show the complete query, 'explaining' the query optimizer information for a
query and 'killing' queries. In addition, server performance statistics,
configuration information, and tuning tips are provided.
mkill (MySQL kill) monitors a MySQL server for long running queries and kills
them after a specified time interval. Queries can be selected based on regexes
on the user, host, command, database, state and query.
MySQL Connector/C++ is a MySQL database connector for C++ implementing a subset
of the JDBC 4.0 API. The MySQL Connector/C++ currently features the following
classes:
* Connection
* DatabaseMetaData
* Driver
* PreparedStatement
* ResultSet
* ResultSetMetaData
* Savepoint
* Statement
The JDBC 4.0 API defines approximately 450 methods for the above mentioned
classes. MySQL Connector/C++ implements around 80% of these and makes them
available in the current release.