Detailed information about the Sequelize connection health.
Additional custom properties
OptionaldatabaseVersion?: stringThe version of the connected database
The database dialect (mysql, postgres, sqlite, etc.)
Optionalerror?: stringError message or stack trace if the health check failed
Optionallatency?: stringTime taken to perform the health check query in milliseconds
OptionalmodelCount?: numberTotal count of registered models
Optionalmodels?: string[]Array of registered model names
The name of the manager
Whether the connection is healthy
OptionallatencyResponse time in milliseconds
OptionalmessageHuman-readable status message
Unix timestamp when the check was performed
Extended health check result specific to Sequelize managers. Includes database connection details, model information, and query response time.