This commit is contained in:
pigwin
2025-01-04 20:19:39 +00:00
parent 6db5b12d7b
commit 42b75360c4

View File

@@ -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()