go-cleanarchitecture icon indicating copy to clipboard operation
go-cleanarchitecture copied to clipboard

Parameterize your SQL queries

Open josephspurrier opened this issue 7 years ago • 0 comments

I'd suggest parameterizing your SQL queries to prevent SQL injection instead of using fmt.Sprintf. Great example of clean architecture though.

josephspurrier avatar Mar 03 '17 22:03 josephspurrier