PostgreSQL
PostgreSQL
This skill covers PostgreSQL database operations using the PgQuery command-line tool for executing DDL scripts, managing schemas, and running queries against PostgreSQL databases.
Instructions
When helping users with PostgreSQL operations, follow these guidelines:
-
Always Use PgQuery Tool: Use
Y:/CSharpDLLs/PgQuery/PgQuery.exefor all PostgreSQL operations. Never usepsqlor other PostgreSQL clients directly. -
Configuration Files: PostgreSQL connection details are stored in JSON configuration files (typically in
R:/JsonParams/). Common configs:x3rocs_db.json- x3rocs database connectiondw_db.json- Data warehouse connection
-
Command Format: Use
--configfor database connection and either--filefor SQL files or--sqlfor inline SQL:Y:/CSharpDLLs/PgQuery/PgQuery.exe --config "<config-path>" --file "<sql-file-path>"
More from lawless-m/claude-skills
vram-gpu-oom
GPU VRAM management patterns for sharing memory across services (Ollama, Whisper, ComfyUI). OOM retry logic, auto-unload on idle, and service signaling protocol.
11rust
Rust development patterns, project setup, CLI/TUI applications, error handling, and system integration
1browserbridge
Real-time browser debugging and interaction via WebSocket bridge server on localhost:3141
1web-frontend
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
1