@relq/zod
v0.1.0
Published
Zod schema generation for Relq — type-safe validation from your table definitions
Downloads
73
Maintainers
Readme
Your schema already describes every column, constraint, and default. @relq/zod reads that definition and gives you a Zod schema — select, insert, or update — that stays in sync automatically. No hand-written validators. No drift between database and API.
One API for PostgreSQL and MySQL. Family detection is automatic via the $family discriminator on your table definitions.
Install
npm install @relq/zod zodDocumentation
Visit relq.io/docs/zod for usage, overrides, and examples.
