go-structured-query icon indicating copy to clipboard operation
go-structured-query copied to clipboard

Type safe SQL query builder and struct mapper for Go

Results 2 go-structured-query issues
Sort by recently updated
recently updated
newest added

sq's multi-row struct mapping works by repeatedly binding data to a single variable, then appending that variable to a slice. This works if the variable is a value type, since...

When going to production you need to ensure the database is the same structure. It would make sense that we can run a function to create any missing tables/fields based...

enhancement