drizzle-zod object scoped refine
I would like to check an object
s multiple columns. For example whether password field is equal to confirmPassword filed.
With zod it was a .refine() after a z.object(), but I cant
get it work with createInsertSchema()
Is there any workaround to work with react hook forms?0 Replies