refine and createInsertSchema
createInsertSchema
accepts and option to further refine the schema
I would like to validate fields against each other like ensuring a completedAt
field is date after a startedAt
field.
Drizzle ORM - drizzle-zod
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
1 Reply
Solved with the following: