|
|
|
|
|
by dosethree
1274 days ago
|
|
golang https://github.com/Masterminds/squirrel Constructing sql by concat strings has a few issues, its repetitive and hard to assemble certain queries conditionally, and at least in golang its easy to write code vulnerable to sql injection and you can avoid that by using types |
|