Versions in this module Expand all Collapse all v1 v1.0.1 Jul 17, 2019 v1.0.0 Jul 10, 2019 Changes in this version + func Register(name string, loader func() Loader) + type Column struct + AutoValue bool + ColumnType string + Field string + NotNull bool + PrimayKey bool + type Loader interface + Columns func() ([]*Column, error) + Load func(conn db.Database, table string) error + func Driver(name string) (Loader, error)