text-to-sql
SKILL.md
Text-to-SQL Skill
Convert natural language questions into SQL queries and execute them against SQL databases.
Phase 1: Project Setup
Step 1: Ask about database connection
Ask user which database type they want to use:
Option A: SQLite (file-based, no credentials needed)
- User provides path to
.sqliteor.dbfile - Or places file in
database/folder
Option B: Server database (PostgreSQL, MySQL, MariaDB, etc.)
- User creates
.envfile with connection details - Supported: PostgreSQL, MySQL, MariaDB, and other SQL databases