structable icon indicating copy to clipboard operation
structable copied to clipboard

Golang struct-to-table database mapper

Results 5 structable issues
Sort by recently updated
recently updated
newest added

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).