Efkan
Explore posts from serversDTDrizzle Team
•Created by Efkan on 10/16/2024 in #help
Prisma to DrizzleORM Issue
Hi,
I just switched to DrizzleORM in my hobby project which is a Remix App hosted at Vercel using Turso.
Locally everything works fine, but when I deploy it to Vercel, I get the following error on login page.
My drizzle.config.ts :
My index.server.ts :
I'm having hard time to understand if this is a DrizzleORM issue or related to Remix on Vercel ? I was using Turso with Prisma and it was working fine by the way.
7 replies
DTDrizzle Team
•Created by Efkan on 10/18/2023 in #help
Check Constraint Workaround
I know there's a work in progress for check support in Drizzle https://github.com/drizzle-team/drizzle-orm/issues/880
But, is there way to make it work now with the Drizzle's sql operator ? I couldn't find any examples
1 replies