Module db_check

Module db_check 

Source
Expand description

Middleware to verify that there is connection the databases.

Structsยง

DatabaseConnectionCheck ๐Ÿ”’
Middleware type that returns a response with 503 status code if any DB stops responding before returning the wrapped endpoint.
DatabaseConnectionImpl ๐Ÿ”’
The new endpoint type generated by the DatabaseConnectionCheck.