crate

package
v2.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2020 License: MIT Imports: 7 Imported by: 1

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

journey -url http://host:port -path ./db/migrations create add_field_to_table
journey -url http://host:port -path ./db/migrations up
journey 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

func Open

func Open(url string) (driver.Driver, error)

Types

type Driver

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

func (*Driver) Close

func (driver *Driver) Close() error

func (*Driver) Execute

func (driver *Driver) Execute(statement string) error

Execute a statement

func (*Driver) Migrate

func (driver *Driver) Migrate(f file.File) error

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