Close the connection gracefully
Promise that resolves when connection is closed, or void for synchronous close
Get the underlying connection/client instance
The connection object (database client, pool, etc.)
OptionalgetGet a model by name (optional)
The name of the model to retrieve
The model instance or undefined if not found
OptionalhealthCheck if the connection is healthy and responsive (optional)
Health check result with status and optional details
OptionalisCheck if the connection is currently connected/active (optional)
true if connected, false otherwise
Interface that all managers must implement to work with Storehouse
Example