sqlstruct
sqlstruct copied to clipboard
sqlstruct provides some convenience functions for using structs with go's database/sql package
Results
11
sqlstruct issues
Sort by
recently updated
recently updated
newest added
I like the simplicity of this, makes the API sensible and very repeatable, I would like to use it for QueryRow() but cant seem to work out how, are there...