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
·
Preetam avatar

Preetam/explain-analyzer

0
View on GitHub↗
97 stars·14 forks·JavaScript·BSD-2-Clause·5 viewspreetam.github.io/explain-analyzer↗

Explain Analyzer

MySQL JSON Explain Analyzer

Features

  • Performance Analysis - Analyzes and visualizes EXPLAIN output via a web interface.

Star history

Star history chart for preetam/explain-analyzerStar history chart for preetam/explain-analyzer

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 Explain Analyzer

Similar open-source projects, ranked by how many features they share with 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 Explain Analyzer→

Frequently asked questions

What does preetam/explain-analyzer do?

MySQL JSON Explain Analyzer

What are the main features of preetam/explain-analyzer?

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

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

Open-source alternatives to preetam/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.