Drizzle-zod insert schema list
Hi all,
Using the examples from the docs
The userInsertSchema is for a singular value. Is it possible to extend this so it becomes an array? This is because usually if we are inserting values into db we can insert more than one.
userInsertSchema[]?
2 Replies