database-query-helper
CommunityQuery PostgreSQL, AI handles the SQL.
Authorjduncan-rva
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill eliminates the complexity of manual SQL, making database interaction, schema exploration, and query optimization effortless. It prevents common errors like SQL injection and provides clear insights, allowing you to focus on data analysis rather than database mechanics.
Core Features & Use Cases
- Safe Query Execution: Execute parameterized SQL queries with automatic SQL injection prevention.
- Schema Inspection: Easily explore database structure, tables, columns, and relationships.
- Query Optimization: Get performance analysis and suggestions for slow queries.
- Use Case: Need to find all customers who haven't ordered in 90 days? Just ask in plain English, and the Skill will generate and execute the safe SQL query, returning the results directly.
Quick Start
Show me all tables in my database. What's the structure of the 'orders' table? Find all orders from the last week.
Dependency Matrix
Required Modules
@modelcontextprotocol/sdkpg
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: database-query-helper Download link: https://github.com/jduncan-rva/database-query-helper/archive/main.zip#database-query-helper Please download this .zip file, extract it, and install it in the .claude/skills/ directory.