scary-strings icon indicating copy to clipboard operation
scary-strings copied to clipboard

Add Go SQL functions

Open johnsaigle opened this issue 1 year ago • 1 comments

Extract SQL function calls from popular Go libraries, like https://github.com/stripe-archive/safesql#how-does-it-work but without the SAST component

Packages listed in the above link: https://pkg.go.dev/database/sql#DB https://github.com/jinzhu/gorm https://github.com/jmoiron/sqlx

Any others? That repo has not been updated for years so maybe there are new popular packages that people are using.

johnsaigle avatar Oct 11 '22 20:10 johnsaigle