Kawthar
Explore posts from serversDTDrizzle Team
•Created by Kawthar on 9/10/2024 in #help
Type mismatch between tables from schema and drizzle-orm functions
I am getting an error for type mismatch while trying a simple
db.delete(table)
query: .How can I fix this?
These are the related files:1 replies
PPrisma
•Created by Kawthar on 9/6/2024 in #help-and-questions
Deploy to vercel with supabase as database
I am trying to deploy a Sveltekit app to Vercel using Supabase as my database and I am getting an error saying that I need to use an adapter for edge runtime: But reading the docs I can't understand which adapter I should use for Supabase. Does anyone know how do I configure Prisma for supabase on Vercel?
2 replies
PPrisma
•Created by Kawthar on 5/30/2024 in #help-and-questions
Prisma client doesn't get updated with new columns after db pull
4 replies