ProtectednameStatic ReadonlytypePromise that resolves when connection is closed, or void for synchronous close
Get the underlying connection/client instance
The connection object (database client, pool, etc.)
Get a model by name (optional)
The name of the model to retrieve
The model instance or undefined if not found
Check if the connection is healthy and responsive (optional)
Health check result with status and optional details
Check if the connection is currently connected/active (optional)
true if connected, false otherwise
Close the connection gracefully