try {
    await client.$executeRawUnsafe(`DROP DATABASE ${testDb.name}`);
  } finally {
    await client.$disconnect();
  }