Versions in this module Expand all Collapse all v0 v0.11.0 Sep 29, 2022 v0.10.0 Sep 15, 2022 v0.9.0 Sep 1, 2022 Changes in this version + var Drivers = make(map[string]Driver) + func Register(name string, driver Driver) + type DB interface + type Driver interface + Migrations func() source.Driver + Open func(dsn string) (DB, error)