Lautaro_dapin
Explore posts from serversDTDrizzle Team
•Created by Mendy on 7/15/2023 in #help
How to update multiple rows with one query?
most orms use CASE WHEN for updating you could investigate that
6 replies
DTDrizzle Team
•Created by hachoter on 6/11/2023 in #help
I need some guidance on joins
the doc doesn't specified that, but it seems that is oonly a layer on top of the oooriginal lib, so it should
you could add a logger on your db and see it for yourself
7 replies
DTDrizzle Team
•Created by hachoter on 6/11/2023 in #help
I need some guidance on joins
no way of doinng that, thats how sql works, its just a row, youu will have to do a reduce or map after that
7 replies
DTDrizzle Team
•Created by Lautaro_dapin on 6/6/2023 in #help
Sveltekit Failed to resolve import "cloudflare:sockets"
@Maston lool, i'm so stupid, i was putting the load function in the server/cliennt instead of the
page.server.ts
xD7 replies
DTDrizzle Team
•Created by Lautaro_dapin on 6/6/2023 in #help
Sveltekit Failed to resolve import "cloudflare:sockets"
I will try that thanks
7 replies
DTDrizzle Team
•Created by Lautaro_dapin on 6/6/2023 in #help
Sveltekit Failed to resolve import "cloudflare:sockets"
The project is only a svelkite project template with the following changes
couldnt figure up what was happening, I event add the cloudflare adaptor to the sveltekit.config.ts
7 replies