MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
mycli
dbcli community
A terminal client for MySQL that adds command completion, syntax highlighting, and a more interactive shell experience than the traditional MySQL CLI. It is especially useful for developers and DBAs who prefer terminal workflows.
MyDumper
MyDumper project
A high-performance logical backup utility for MySQL and compatible databases. It uses parallelism to speed up dumps and restores and is designed for large production databases.
myldapsync
6eh01der
A utility that synchronizes MySQL or MariaDB database users with an LDAP directory. It is useful for organizations that want database authentication and account lifecycle management tied to centralized directory services.
MySQL C API
Oracle / MySQL Team
The official C client API and library for applications that need direct MySQL connectivity from C or C-compatible environments. It is part of the standard MySQL developer ecosystem.
MySQL Connector/C++
Oracle / MySQL Team
The official MySQL connector for C++ applications. It provides database connectivity using both traditional and modern MySQL APIs depending on the supported usage model.
MySQL Connector/J
Oracle / MySQL Team
Oracle's official JDBC driver for MySQL. It provides standard Java database connectivity and is a core component for Java applications using MySQL.
MySQL Connector/NET
Oracle / MySQL Team
The official .NET connector for MySQL applications. It exposes MySQL through standard .NET database APIs and is intended for .NET application development.
MySQL Connector/Node.js
Oracle / MySQL Team
An official Node.js connector for MySQL, particularly oriented around MySQL's X DevAPI and related modern client capabilities. It targets JavaScript/Node.js applications that use MySQL services.
MySQL Connector/Python
Oracle / MySQL Team
Oracle's official Python connector for MySQL. It provides Python applications with direct access to MySQL using the standard connector APIs and protocol support maintained by the MySQL team.
MySQL Docker
Docker Community / MySQL Team
The official Docker image for MySQL provides containerized MySQL server deployments with versioned image tags. It is a standard building block for local development, testing, CI, and containerized environments.