Efkan
Explore posts from serversDTDrizzle Team
•Created by Efkan on 10/16/2024 in #help
Prisma to DrizzleORM Issue
Unfortunately, its the same. Btw, similar deployment on Cloudflare works but on Vercel doesnt work
7 replies
DTDrizzle Team
•Created by Jumaron on 10/16/2024 in #help
New critical Build error drizzle 0.35.0 with Cloudflare
4 replies
DTDrizzle Team
•Created by Efkan on 10/16/2024 in #help
Prisma to DrizzleORM Issue
This is very weird 🤔
7 replies
DTDrizzle Team
•Created by Efkan on 10/16/2024 in #help
Prisma to DrizzleORM Issue
Downgrading my @libsql/client to 0.5.6 fixed this, but it is suggested to use at least the 0.10.0 version here:
https://github.com/drizzle-team/drizzle-orm/releases/tag/0.34.0
"@libsql/[email protected] or higher if you are using the migrate function. For other use cases, you can continue using previous versions(But the suggestion is to upgrade)"
7 replies
DTDrizzle Team
•Created by Efkan on 10/16/2024 in #help
Prisma to DrizzleORM Issue
I also updated my libsql version to 0.14.0 while switching to DrizzleORM ? Do you think this might be it ?
7 replies
TTCTheo's Typesafe Cult
•Created by Efkan on 11/27/2023 in #questions
How to handle after form submit with Server Actions ?
For now, I solved this with returning a random id from the action so checking that random id like formState.id inside useEffect solves the problem but this is very ugly
3 replies
TTCTheo's Typesafe Cult
•Created by Efkan on 10/13/2023 in #questions
Drizzle Schema Boolean
@Josh I couldnt find any example for defining a column using the Drizzle's SQL operator and not giving away type-safety
8 replies
TTCTheo's Typesafe Cult
•Created by Efkan on 10/13/2023 in #questions
Drizzle Schema Boolean
I'll try to do that, thank you.
8 replies
TTCTheo's Typesafe Cult
•Created by Efkan on 10/13/2023 in #questions
Drizzle Schema Boolean
Thank you, I guess its not implemented in Drizzle ORM yet https://orm.drizzle.team/docs/indexes-constraints#check
8 replies
TTCTheo's Typesafe Cult
•Created by Efkan on 10/13/2023 in #questions
Drizzle Schema Boolean
I've heard about generated columns but not sure if its what I need
8 replies