In SvelteKit I'm using Drizzle ORM ```ts db.transaction(async (tx) => { const returned = await tx
In SvelteKit I'm using Drizzle ORM
This code doesn't work, but doing it without a transaction (remove the wrapper and use
This is the error I'm getting in dev:
How do I go about using this JS API?
This code doesn't work, but doing it without a transaction (remove the wrapper and use
db rather than tx does.This is the error I'm getting in dev:
How do I go about using this JS API?



