© 2026 Hedgehog Software, LLC
await db.$transaction([query1, query2])
await db.$transaction(async (tx) => { await query1; await query2; });