Discover the ecosystem

MySQL Ecosystem Showcase

Explore tools and projects built with, for, or on MySQL.

Inspired by Shlomi Noach's Awesome MySQL and the fork by Alkin Tezuysal.

Suggest a project
Showing projects 1 to 10 of 119 « Previous | Next »

Acra

Security

Cossack Labs

Database protection suite that provides field-level encryption, SQL injection protection, and intrusion detection. Intended for protecting sensitive data in production databases.

View Project →

Adminer

Clients & IDEs

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.

View Project →

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.

View Project →

AUDIT Plugin for MySQL

Security

Trellix Enterprise

A MySQL plugin from Trellix that provides database auditing capabilities focused on security and compliance. It can operate as a standalone auditing solution or send audit data to external monitoring tools.

View Project →

ballerinax/mysql

Drivers & Connectors

Ballerina Platform

The official Ballerina connector for MySQL. It provides idiomatic database access for applications written in Ballerina.

View Project →

ClawDB — MySQL Vector Storage Engine

Extensions & Plugins

xiamachun

ClawDB is a MySQL storage engine plugin that adds native vector/embedding storage and similarity search. It supports L2 and cosine distance calculations and approximate K-nearest-neighbor (KNN) search using an HNSW index, without requiring changes to the MySQL server source code.

View Project →

common_schema

Administration Tools

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.

View Project →

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.

View Project →

Database Systems Lecture Notes

Testing & QA

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.

View Project →

Daniel Guzmán Burgos

Pre-execution safety analysis for MySQL DDL/DML operations.

Algorithm detection — INSTANT / INPLACE / COPY, per MySQL version
Risk classification — Safe, Caution, or Dangerous
Topology aware — Galera/PXC, Group Replication, async replicas, Aurora, RDS
AWS MySQL ready — Aurora MySQL, Amazon RDS (TLS support)
Impact estimation — table size, row count, replication lag
Chunked scripts — auto-generated batched DELETE/UPDATE for large operations
Idempotent wrappers — --idempotent generates a stored procedure with IF NOT EXISTS guards, safe to re-run
Multiple formats — text, plain, JSON, Markdown (great for CI/CD)
⚡ Read-only — never modifies your data

View Project →

« Previous | Next »