MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
Acra
Cossack Labs
Database protection suite that provides field-level encryption, SQL injection protection, and intrusion detection. Intended for protecting sensitive data in production databases.
Adminer
Jakub Vrana
A lightweight database administration interface implemented primarily as a single PHP file. It provides browser-based SQL execution and database management without the footprint of a larger application suite.
Anemometer
Box
A web-based slow-query monitoring and visualization tool originally developed at Box. It analyzes MySQL slow-query logs and presents workload information, but its software stack and maintenance activity make it more appropriate as legacy tooling today.
ballerinax/mysql
Ballerina Platform
The official Ballerina connector for MySQL. It provides idiomatic database access for applications written in Ballerina.
common_schema
Shlomi Noach
A DBA framework for MySQL containing utility functions, views, procedures, and the QueryScript interpreter. It was influential in the MySQL operations ecosystem but is now best regarded as a mature or legacy toolkit.
data-diff
Datafold
A command-line tool and Python library for comparing data across databases. It is useful for validating migrations, detecting row-level differences, and checking whether two systems contain equivalent data.
Database Systems Lecture Notes
Dr. C. Aubert
University lecture notes covering database systems, including SQL material, setup instructions, exercises, and problems. The source site indicates that the material was archived after the associated course was no longer being taught.
DBD::MariaDB
Perl DBI / MariaDB community
A Perl Database Interface driver for MariaDB and MySQL. It lets Perl applications use standard DBI APIs while connecting to MySQL-compatible servers.
DBD::mysql
Perl DBI community
The classic Perl DBI driver for MySQL. It provides database connectivity using Perl's standard DBI abstraction and remains a mature component of the Perl ecosystem.
dbdeployer
Giuseppe Maxia / datacharmer
A tool for quickly creating one or more MySQL sandbox servers for testing and development. It made it easy to install and manage multiple MySQL versions locally, but the repository is now archived.