MCPcopy Create free account
hub / github.com/aobt/sqlmapper / Field

Struct Field

fields_map.go:25–34  ·  view source on GitHub ↗

Field db field describe struct mapping in DB like: type DemoRow struct { FieldKey string `sql:"field_key"` FieldOne string `sql:"field_one"` FieldTwo bool `sql:"field_two"` FieldThr int64 `sql:"field_thr"` FieldFou float64 `sql:"field_fou"` }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected