Comment on In a leaked recording, AWS CEO tells most developers could stop coding soonparentComments−0xjnml2yExcept AI was correct this time."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−pram2yNo. That was the reply after I corrected it, as in it originally told me to call Close after every *sql.DB handle.
Comments
Except AI was correct this time.
"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
No. That was the reply after I corrected it, as in it originally told me to call Close after every *sql.DB handle.