I'm working on a Go application using the Echo framework, and I'm encountering a 'database connection refused' error when trying to connect to my Apache Age database.
I have the necessary database connection parameters (hostname, port, database name, username, and password) specified in my Go code.
I expected the code to successfully connect to my Apache Age database.
However, I'm getting a 'database connection refused' error. It seems that the application is unable to establish a connection to the database.