curious why you are using createSelectSchema instead of createInsertSchema ?
| exportconstinsertResourceSchema=createSelectSchema(resources) |
import{createInsertSchema,createSelectSchema,createUpdateSchema,}from"drizzle-zod";exportconstinsertResourceSchema=createSelectSchema(resources)
curious why you are using
createSelectSchemainstead ofcreateInsertSchema?workflow-examples/rag-agent/lib/db/schema/resources.ts
Line 19 in 2f27a6d