Medic.Checks.Postgres.database_exists-question-mark
You're seeing just the function
database_exists-question-mark
, go back to Medic.Checks.Postgres module for more information.
Specs
database_exists?(binary()) :: Medic.Check.check_return_t()
Checks that the named database exists in the running Postgres instance.
Usage
{Medic.Checks.Postgres, :database_exists?, ["my_db_dev"]}