Versions in this module Expand all Collapse all v2 v2.1.1 Feb 16, 2020 v2.1.0 Feb 16, 2020 Changes in this version + func Open(url string) (driver.Driver, error) + type Driver struct + func (driver *Driver) Close() error + func (driver *Driver) Execute(statement string) error + func (driver *Driver) Migrate(f file.File) error + func (driver *Driver) Version() (file.Version, error) + func (driver *Driver) Versions() (file.Versions, error)