MCPcopy Index your code
hub / github.com/Masterminds/structable / DbRecorder

Struct DbRecorder

structable.go:249–257  ·  view source on GitHub ↗

Implements the Recorder interface, and stores data in a DB.

Source from the content-addressed store, hash-verified

247
248// Implements the Recorder interface, and stores data in a DB.
249type DbRecorder struct {
250 builder *squirrel.StatementBuilderType
251 db squirrel.DBProxyBeginner
252 table string
253 fields []*field
254 key []*field
255 record Record
256 flavor string
257}
258
259// New creates a new DbRecorder.
260//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected