Whether the database this harness drives is reachable.
Checked once before the suite runs, if it returns false then every test is skipped instead of failing.
false
FutureOr<bool> isAvailable() => true;