"It is rare to Close a DB, as the DB handle is meant to be long-lived and shared between many goroutines."
source: https://pkg.go.dev/database/sql#DB.Close
"It is rare to Close a DB, as the DB handle is meant to be long-lived and shared between many goroutines."
source: https://pkg.go.dev/database/sql#DB.Close