sqlite

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2017 License: Apache-2.0 Imports: 4 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

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