awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Mughees52 avatar

Mughees52/mysql-explain-analyzer

0
View on GitHub↗
4 stars·0 forks·TypeScript·MIT·8 views

Mysql Explain Analyzer

Free, browser-based MySQL & MariaDB EXPLAIN analyzer with 49 detection rules, index recommendations, and query rewrites. 100% client-side.

Features

  • Performance Analysis - Visualizes EXPLAIN plans with index recommendations and query rewrites.

Star history

Star history chart for mughees52/mysql-explain-analyzerStar history chart for mughees52/mysql-explain-analyzer

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mysql Explain Analyzer

Similar open-source projects, ranked by how many features they share with Mysql Explain Analyzer.
  • supabase-community/postgres-language-serversupabase-community avatar

    supabase-community/postgres-language-server

    5,242View on GitHub↗

    This project is a Language Server Protocol implementation for PostgreSQL that provides autocompletion, syntax diagnostics, and type checking for SQL and PL/pgSQL. It functions as a database schema validator and a static analysis engine designed to detect security vulnerabilities, performance bottlenecks, and dangerous migration patterns in database scripts. The server differentiates itself by using live database connections to provide schema-aware intelligence, allowing it to verify that tables, columns, and data types actually exist. It performs static analysis on procedural functions to det

    Rustlanguage-server-protocolpostgres
    View on GitHub↗5,242
  • db-art/mysql-statsddb-art avatar

    db-art/mysql-statsd

    101View on GitHub↗

    mysql-statsd

    Python
    View on GitHub↗101
  • innotop/innotopinnotop avatar

    innotop/innotop

    800View on GitHub↗

    A realtime terminal-based top-like monitor for MySQL

    Perl
    View on GitHub↗800
  • charles-001/dolphiecharles-001 avatar

    charles-001/dolphie

    1,170View on GitHub↗

    Your single pane of glass for real-time analytics into MySQL/MariaDB & ProxySQL

    Python
    View on GitHub↗1,170
See all 9 alternatives to Mysql Explain Analyzer→

Frequently asked questions

What does mughees52/mysql-explain-analyzer do?

Free, browser-based MySQL & MariaDB EXPLAIN analyzer with 49 detection rules, index recommendations, and query rewrites. 100% client-side.

What are the main features of mughees52/mysql-explain-analyzer?

The main features of mughees52/mysql-explain-analyzer are: Performance Analysis.

What are some open-source alternatives to mughees52/mysql-explain-analyzer?

Open-source alternatives to mughees52/mysql-explain-analyzer include: supabase-community/postgres-language-server — This project is a Language Server Protocol implementation for PostgreSQL that provides autocompletion, syntax… charles-001/dolphie — Your single pane of glass for real-time analytics into MySQL/MariaDB & ProxySQL. db-art/mysql-statsd — mysql-statsd. innotop/innotop — A realtime terminal-based top-like monitor for MySQL. box/anemometer — Box SQL Slow Query Monitor. mickamy/sql-tap.