go-namedParameterQuery
go-namedParameterQuery copied to clipboard
Implements named parameters for Go SQL queries.
Results
2
go-namedParameterQuery issues
Sort by
recently updated
recently updated
newest added
"Go needs to support every kind of SQL server - and not all SQL servers support named parameters." What BS. Leaving aside "SQL server" confuses with a specific product ("SQL...
On top of the options already in the library, I added some wrappers so it can be easily used with existing connections, DB or Tx objects. I also migrated to...