Expand description
Middleware to verify that there is connection the databases.
Structsยง
- Database
Connection ๐Check - Middleware type that returns a response with 503 status code if any DB stops responding before returning the wrapped endpoint.
- Database
Connection ๐Impl - The new endpoint type generated by the
DatabaseConnectionCheck
.