Validate database settings before a release
A connection string can look correct in .env and still fail because the host is private, the port is closed, TLS is required, the database name is wrong, or the user has limited permissions. A live check catches those mistakes before a deploy, migration, worker rollout, or customer handoff depends on the connection.