MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / Loader

Struct Loader

pkg/schema/mysql/loader.go:28–28  ·  view source on GitHub ↗

Loader implements db.Loader for MySQL.

Source from the content-addressed store, hash-verified

26
27// Loader implements db.Loader for MySQL.
28type Loader struct{}
29
30// NewLoader returns a new MySQL schema loader.
31func NewLoader() *Loader { return &Loader{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected