ql

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2017 License: MIT Imports: 7 Imported by: 0

README

Ql Driver

  • Supports both in-memory and file ql databases, with the URL schemes ql+file:// and ql+memory://
    • In-memory driver is not of much use, since the database is destroyed once the migration operation finishes, but is included for completeness.
  • Stores migration version details in automatically generated table schema_migrations.

Usage

migrate -url ql+file://./data.db -path ./migrations create add_field_to_table
migrate -url ql+file://./data.db -path ./db/migrations up
migrate help # for more info

Authors

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

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

func (*Driver) Close

func (d *Driver) Close() error

func (*Driver) FilenameExtension

func (d *Driver) FilenameExtension() string

func (*Driver) Initialize

func (d *Driver) Initialize(url string) (err error)

func (*Driver) Migrate

func (d *Driver) Migrate(f file.File, pipe chan interface{})

func (*Driver) Version

func (d *Driver) Version() (uint64, error)

Jump to

Keyboard shortcuts

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