SQL builder and query library for golang
mysql
go
golang
postgres
sql
database
sqlite
postgresql
sql-query
sql-builder
sql-generation
sql-statements
sql-statement
querybuilder
sql-builders
-
Updated
Oct 10, 2021 - Go
Is there any way to name your SQL variables the same as the C# variable name instead of @p0, @p01?
I have a script I'm building up and even though i'm reusing the same variables in multiple parts of the script they appear in the outpoint as different prams, which is hard to verify later. i'm using approval tests to versify the script output.