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 askdba fork.

Suggest a project
Showing projects 41 to 50 of 102 « Previous | Next »

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.

View Project →

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.

View Project →

myldapsync

Security

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.

View Project →

MySQL C API

Drivers & Connectors

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.

View Project →

MySQL Connector/C++

Drivers & Connectors

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.

View Project →

MySQL Connector/J

Drivers & Connectors

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.

View Project →

MySQL Connector/NET

Drivers & Connectors

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.

View Project →

MySQL Connector/Node.js

Drivers & Connectors

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.

View Project →

MySQL Connector/Python

Drivers & Connectors

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.

View Project →

MySQL Docker

DevOps & Containers

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.

View Project →