rodrigo
Explore posts from serversDTDrizzle Team
•Created by rodrigo on 4/24/2024 in #help
classes to access db
Is this code possible? Copilot says it's valid but I cannot find it in the documentation
5 replies
DTDrizzle Team
•Created by rodrigo on 7/22/2023 in #help
Insert multiple rows + onConflictDoUpdate
Is it possible to insert multiple rows (array) and at the same time using the onConflictDoUpdate?
I'm trying it out but I get this error:
4 replies
DTDrizzle Team
•Created by rodrigo on 7/12/2023 in #help
Error when deploying migrations with GH Action in Cloudflare D!
I'm trying to run migrations within a turborepo against a Cloudflare D1 instance.
The command to run is this:
wrangler d1 migrations apply d1_turbolang --preview
I can run it from local (VS code) but when put it into an Github Action I get this error
The code in GH Action is :
Any ideas what might be wrong?6 replies