postgresql-expert
Installation
SKILL.md
PostgreSQL Expert Skill
Expert guidance for PostgreSQL development using Bun's native SQL client. This skill provides comprehensive patterns for all PostgreSQL features while integrating seamlessly with Bun.sql.
Prerequisite: This skill works alongside the
bun-expertskill. For Bun-specific patterns (runtime, bundler, package management), refer to that skill.
Bun.sql PostgreSQL Integration
Connection Setup
import { sql, SQL } from "bun";
// Environment-based (recommended) - uses POSTGRES_URL, DATABASE_URL, or PG* vars
const db = sql;