test
This commit is contained in:
@@ -26,7 +26,7 @@ func ConnectToPostgreSQL() (*sql.DB, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("Connection to PostgreSQL opened successfully!")
|
fmt.Println("Connection to PostgreSQL opened successfully :D")
|
||||||
|
|
||||||
// Ping database to verify connection
|
// Ping database to verify connection
|
||||||
err = db.Ping()
|
err = db.Ping()
|
||||||
|
|||||||
Reference in New Issue
Block a user