MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
PyMySQL
PyMySQL community
A pure-Python MySQL client library that implements the MySQL client/server protocol without requiring the native MySQL C client. It is convenient for Python deployments where a pure-Python dependency is preferred.
replication-manager
Signal18 Cloud SAS
An HA solution for managing MariaDB, MySQL, and Percona replication topologies. The project continues to receive releases and is one of the more current specialized MySQL replication-management options in the list.
Ruby Mysql2 gem
Brian Mario / mysql2 contributors
A widely used Ruby driver for MySQL and MariaDB, including strong support for Rails applications. It exposes native database access while integrating with Ruby's database tooling.
Sequel Ace
Sequel Ace community
A native macOS database-management application for MySQL and MariaDB. It is a modern successor in spirit to older Mac MySQL GUI clients and is focused on an approachable desktop workflow.
Square
A Square-developed tool for running schema migrations on MySQL databases. It is useful historically for understanding automated schema-change workflows but is much less prominent than current migration platforms.
Skeema
A declarative, pure-SQL schema management system for MySQL and MariaDB. It lets teams treat database schema as code and supports workflows involving sharding and online schema-change tools.
SQL-exercise
XD-DENG
A collection of SQL exercises with schema diagrams, setup scripts, questions, and solutions. It is intended for practicing SQL skills and is based in part on the Wikibook SQL Exercises material.
SQLAlchemy
SQLAlchemy
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
ActionTech
A SQL auditing and governance platform aimed at DBAs and developers. It focuses on review, auditing, and controlled execution of SQL changes in development and production environments.
SQLyog Community edition
Webyog / Idera
A Windows-oriented MySQL GUI that provides query editing, administration, and database browsing. The community edition is a historical project and is less prominent today than DBeaver, HeidiSQL, or other actively developed clients.