Does drizzle allow you to access db in frontend of nextjs (app router)
I am currently using nextjs, planetscale and prisma for my web app. Prisma doesnt allow db access in the frontend, will drizzle allow me to access the db in the page file?
1 Reply
You should never make DB connections from the frontend
I think you already had this discussion in the other channel