sqlclosecheck icon indicating copy to clipboard operation
sqlclosecheck copied to clipboard

Linter that confirms DB rows and statements are closed properly.

Results 21 sqlclosecheck issues
Sort by recently updated
recently updated
newest added

We have a case where we have our own `db.Rows` wrapper around `database/sql.Rows` - this helps us cover these cases