CodeBrowser / npm / drizzle-zod
drizzle-zod@0.8.3
// Generate Zod schemas from Drizzle ORM schemas
$ npm install drizzle-zod
downloads/wk
2,002,461
license
Apache-2.0
version
0.8.3
published
Aug 6, 2025
What is drizzle-zod?
drizzle-zod generates Zod validation schemas automatically from your Drizzle ORM database schemas, eliminating the need to manually define duplicate validation logic. This is useful for developers who want to ensure their API inputs and application data match their database structure without maintaining separate schema definitions. It supports all major databases that Drizzle ORM supports, including PostgreSQL, MySQL, and SQLite.
Keywords
#zod #validate #validation #schema #drizzle #orm #pg #mysql #postgresql #postgres #sqlite #database #sql #typescript #ts
Maintainers
dankochetov, sheriman, alexblokh, kyrylo_usichenko