sql-toolkit

Manage SQLite, PostgreSQL, and MySQL databases via a command-line interface.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ProyectoG007/Skill.bat --skill sql-toolkit-proyectog007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sql-toolkit
Source: https://github.com/ProyectoG007/Skill.bat/tree/main/scripts/17_SQL/01.%20sql-toolkit-1.0.0
Command: npx skills add https://github.com/ProyectoG007/Skill.bat --skill sql-toolkit-proyectog007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies complex database operations, allowing you to query, design, migrate, and optimize SQL databases without needing extensive command-line expertise.

Core Features & Use Cases

  • Database Interaction: Connects to and manipulates SQLite, PostgreSQL, and MySQL databases.
  • Schema Management: Design and modify database schemas, create tables, and add indexes.
  • Querying & Optimization: Write complex SQL queries, analyze query performance, and optimize slow operations.
  • Migrations & Backups: Create and manage database migration scripts and perform backup/restore operations.

Quick Start

Use the sql-toolkit skill to connect to your PostgreSQL database and list all tables.

Frequently Asked Questions about sql-toolkit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize slow SQL queries using EXPLAIN analysis?

Optimize slow SQL queries by writing your statement and running an EXPLAIN analysis to review the execution plan, then applying indexes to improve performance. This toolkit facilitates direct query execution and performance tuning for SQLite, PostgreSQL, and MySQL databases.

What is the best way to manage database migrations for PostgreSQL and MySQL?

Manage database migrations by creating and applying file-based scripts to modify your schema. This approach handles schema design and migration management for PostgreSQL and MySQL without needing extensive command-line expertise.

Can I perform database backup and restore operations across different SQL databases?

Yes, you can perform database backup and restore operations across SQLite, PostgreSQL, and MySQL. The interface provides command-line utilities to execute backup and restore tasks seamlessly for supported SQL databases.

How do I design and modify database schemas and create tables without deep CLI knowledge?

Design and modify database schemas by using the interface to create tables and add indexes directly. It simplifies complex schema management operations, allowing you to manipulate SQLite, PostgreSQL, and MySQL schemas without deep command-line expertise.

Does this SQL toolkit support executing direct SQL statements and file-based scripts?

Yes, the SQL toolkit supports both direct SQL execution and file-based script application. You can connect to your database to run individual statements or apply entire script files for schema changes and data manipulation.