🐘
PostgreSQL
availableQuery and manage PostgreSQL databases via psql CLI — connect to Supabase, Neon, AWS RDS, Railway, or any PostgreSQL instance.
dataWhat This Skill Does
Query and manage PostgreSQL databases via psql CLI — connect to Supabase, Neon, AWS RDS, Railway, or any PostgreSQL instance.
Capabilities
- SQL Queries — Run any SQL query against your database
- Multi-Platform — Connect to Supabase, Neon, RDS, Railway, and more
- Schema Management — Create and modify tables, indexes, and functions
- Data Analysis — Run analytical queries and export results
How It Works
- Provide your PostgreSQL connection string
- Write SQL queries or describe the operation
- The skill executes via psql CLI
- Results are returned in tabular format
Example Usage
"Query the latest 100 orders with customer info"
"Create a new analytics table"
"Show me the table schema for the users table"