There was an error while loading. Please reload this page.
Expose the current database connection (pool) status as a simple internal metric (up/down) to enable easy detection of connection issues.
Note that the driver does not actually connect to the database when Open() is called, only when Ping() is called or you try to run a query.