crate

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2016 License: MIT Imports: 7 Imported by: 7

README

Crate driver

This is a driver for the Crate database. It is based on the Crate sql driver by herenow.

This driver does not use transactions! This is not a limitation of the driver, but a limitation of Crate. So handle situations with failed migrations with care!

Usage

migrate -url http://host:port -path ./db/migrations create add_field_to_table
migrate -url http://host:port -path ./db/migrations up
migrate help # for more info

Documentation

Overview

Package crate implements a driver for the Crate.io database

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 (driver *Driver) Close() error

func (*Driver) FilenameExtension

func (driver *Driver) FilenameExtension() string

func (*Driver) Initialize

func (driver *Driver) Initialize(url string) error

func (*Driver) Migrate

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

func (*Driver) Version

func (driver *Driver) Version() (file.Version, error)

Version returns the current migration version.

func (*Driver) Versions

func (driver *Driver) Versions() (file.Versions, error)

Versions returns the list of applied migrations.

Jump to

Keyboard shortcuts

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