An open API service indexing awesome lists of open source software.

https://github.com/iniakunhuda/queryist

DB query analyzer - CLI tool for database query analysis and optimization
https://github.com/iniakunhuda/queryist

Last synced: about 1 month ago
JSON representation

DB query analyzer - CLI tool for database query analysis and optimization

Awesome Lists containing this project

README

        

# Database Query Analyzer CLI

A command-line tool for analyzing and optimizing database queries for SQL.

![demo.gif](demo.gif)

## Installation

```bash
npm install -g queryist
```

## Usage

Run the analyzer:
```bash
queryist
```

Follow the interactive prompts to:
1. Select your database type (MySQL)
2. Enter connection details
3. Input your SQL query

The tool will analyze your query and provide:
- Detailed execution plan
- Table statistics
- Index information
- Performance recommendations
- Support multiple languages (English, Bahasa Indonesia)