method IDatabaseService.isHealthy
Since 0.1.0
IDatabaseService.isHealthy(): Promise<boolean>

Health-check probe: verifies the database connection is alive.

Return Type

Promise<boolean>

true when the database is reachable

Usage

import { type IDatabaseService } from "database-plugin/src/index.ts";