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
- Host: GitHub
- URL: https://github.com/iniakunhuda/queryist
- Owner: iniakunhuda
- Created: 2025-02-12T06:29:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T16:30:48.000Z (4 months ago)
- Last Synced: 2025-04-28T16:18:46.955Z (about 1 month ago)
- Language: JavaScript
- Size: 5.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database Query Analyzer CLI
A command-line tool for analyzing and optimizing database queries for SQL.

## 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 queryThe tool will analyze your query and provide:
- Detailed execution plan
- Table statistics
- Index information
- Performance recommendations
- Support multiple languages (English, Bahasa Indonesia)