Show HN: Pg-typesafe – Strongly typed queries for PostgreSQL and TypeScript
Summary
Pg-typesafe provides strongly typed TypeScript definitions for PostgreSQL queries with zero runtime dependencies. The README covers installation, usage, limitations (only constant queries), and how to generate and propagate types, along with practical recipes for BIGINT and JSONB handling and a comparison to alternatives like pgtyped and Kysely.