await db.run(sql`PRAGMA busy_timeout = 10000;`);await db.transaction(async () => {... rest of transaction code ...