kobi-c0
Results
2
issues of
kobi-c0
When adding an embedded fields like so: ``` type ColumnFields struct { ColA string `db:"col_a" json:"col_a"` ColB string `db:"col_b" json:"col_b"` } type TestStruct struct { ColumnFields } ``` We need...
This is still not working we need to somehow fix the insert part the select part if working