| name | drizzle-pg-utils |
| description | Answer questions about the @denny-il/drizzle-pg-utils and help build complex JSON queries with Drizzle ORM, PostgreSQL JSONB helper usage and Temporal column mapping. |
Drizzle PG Utils
Prefer practical Drizzle query examples using public package imports. Avoid src/ internals. Show helpers inside db.select(...), db.update(...), and db.insert(...) when possible.
References
- Read references/json.md first for JSONB helper routing, import styles, and common rules. Then load the focused file under
references/json/ for the helper family being used: the callable json(source) ref API (primary), access, updates/defaults, arrays, containment, or build/coalesce/merge.
- Read references/temporal.md for Temporal helpers: entrypoint choice, column mapping, factories, constraints, interval setup, SQL expressions, and query examples.