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.
ClawDB — MySQL Vector Storage Engine
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.
Mroonga
Mroonga
Mroonga is a MySQL storage engine built on Groonga that adds high-performance full-text search, including strong support for languages such as Japanese, Chinese, and Korean. It can operate as the storage engine itself or work alongside engines such as InnoDB while handling full-text search.
mysql-http-client
Arda Beyazoğlu
A MySQL 8 component that adds HTTP/HTTPS client functionality directly to MySQL, allowing SQL queries to make synchronous or “fire-and-forget” web requests via cURL-based UDFs.
MyVector
Alkin Tezuysal
Native vector search plugin for MySQL that enables semantic search and AI-powered retrieval directly in MySQL.
STX Spatial Plugin for MySQL
sakaik
A MySQL plugin that extends MySQL’s built-in GIS capabilities with additional spatial functions (STX_*), powered by Boost.Geometry. It adds operations for manipulating and analyzing geometry data directly within MySQL.
tidesdb-mysql
EvgeniyPatlan
tidesdb-mysql is an experimental MySQL 9.7 storage engine plugin that integrates TidesDB, an LSM-tree-based key/value storage engine, with MySQL. It ports the TideSQL approach from MariaDB to MySQL, allowing TidesDB to serve as the underlying storage engine for MySQL tables.