I would like to check if my database connection is...
# orm-help
n
I would like to check if my database connection is correct before starting the server. which means i will be confident that my database url in the .env file is correct and the server will only start if the connection to the database is correct. so is it wise to check by explicitly calling the connect method and start the query engine display the message to the console and disconnect the connection.