{"library":"postgresdk","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.19.6","tags":["javascript","postgres","sdk","codegen","zod","hono"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install postgresdk","imports":["import { createRouter } from './api/server/router'","import { SDK } from './api/client'","npx postgresdk@latest generate"]},{"cmd":"yarn add postgresdk","imports":[]},{"cmd":"pnpm add postgresdk","imports":[]}],"homepage":"https://github.com/adpharm/postgresdk#readme","github":"https://github.com/adpharm/postgresdk","docs":null,"changelog":null,"pypi":null,"npm":"postgresdk","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}