sqlite

package
v0.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New added in v0.5.0

func New(dsn string, useTransactions bool) (m.Driver, error)

NewSQLite creates a new Driver driver. The DSN is documented here: https://godoc.org/github.com/mattn/go-sqlite3#SQLiteDriver.Open

func NewFromDB added in v0.8.2

func NewFromDB(db *sql.DB) (m.Driver, error)

Types

type Driver added in v0.5.0

type Driver struct {
	// contains filtered or unexported fields
}

func (*Driver) Close added in v0.5.0

func (driver *Driver) Close() error

Close closes the connection to the Driver server.

func (*Driver) Migrate added in v0.5.0

func (driver *Driver) Migrate(migration *m.PlannedMigration) (err error)

Migrate runs a migration.

func (*Driver) Versions added in v0.5.0

func (driver *Driver) Versions() ([]string, error)

Versions lists all the applied versions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL