postgresdk
JSON →postgresdk is a code generation tool that produces a typed server/client SDK from a PostgreSQL database schema. At version 0.19.6 (under active development, not stable for production), it generates TypeScript types, Zod runtime validation, and a Hono server router with full CRUD, relationship loading, filtering, transactions, and built-in auth. Key differentiators: schema-driven generation eliminates boilerplate; includes pgvector vector search support; output is ESM-only with good tree-shaking. Release cadence is irregular (pre-v1). Alternative to Prisma, Drizzle ORM, or tRPC-style approaches.
Resources
packagepostgresdk ↗