Back to all skills
๐Ÿ—„๏ธ
Data & Analytics

Database Query Engine

Query your own Postgres, MySQL, or SQLite with natural-language prompts.

4.7rating
3,600 installs
db-bridge + sql-guardrails
Max required

About this skill

Connect a read-only role from your database, describe the question in natural language, and the skill writes the SQL, runs it, and returns both the result and the query so you can verify. Guardrails enforce read-only, row limits, and sensitive-column redaction. Supports Postgres, MySQL, SQLite, and DuckDB. Good for an analyst who knows what to ask but doesn't want to remember every JOIN.

What it does

  • Postgres, MySQL, SQLite, DuckDB support
  • Read-only guardrails and row limits
  • Sensitive-column redaction
  • Query + result returned together
  • Schema introspection for better generation

Use cases

  • Ask a product question and get both the answer and the SQL
  • Explore a new database without reading every table
  • Give an analyst safe self-service access to a production read replica