structable
structable copied to clipboard
Golang struct-to-table database mapper
It seems that `ListWhere()` is unable to convert a `[]Recorder` back to its real type and returns an empty base object. Further investigation showed that there is a contradiction within...
@technosophos this PR fixes #13 by including columns that are marked as keys and returning possible Scan errors.
Is there a listing of type support for this library? I am currently using a struct like this, and was wondering if structable would automatically transform the `*timestamp.Timestamp` into a...
Keeps indentation ligned up nicely.
Most of the tests are not deterministic, and sometimes fail because of things like map ordering (not predictable).
## Description While rebuilding the project using the latest version of Go, with Go's official recommendation to use gomodule for initialization and building, we found that the build process fails...