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

Struct Loader

pkg/schema/sqlite/loader.go:30–30  ·  view source on GitHub ↗

Loader implements db.Loader for SQLite.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected