safesql
safesql copied to clipboard
Detect connection leaks
I am researching tools that could detect leaked connections, e.g. failing to call rows.Close after a call to db.Query This tool does not do this right? Should it? Any suggestions for tools that are out there that might accept a PR if not this one? I want to avoid writing something from scratch.