Postgres Query

Run PostgreSQL queries for testing, debugging, and performance analysis. Use when you need to query the database directly, run EXPLAIN ANALYZE, compare query results, or test SQL optimizations. Always pass a target — `--prod` or `--dev` — because prod and dev are different databases and the default is prod. Always uses read-only connections unless explicitly directed otherwise.

civitai Updated

File contents

civitai/civitai/tree/main/.claude/skills/postgres-query commit 85d2b90e94

Frequently asked questions

npx skillmds@latest add civitai/postgres-query