tree: 5b0e747f9c0b28a8bafa786222072a8b55c7cf1d [path history] [tgz]
  1. crate.go
  2. crate_test.go
  3. README.md
driver/crate/README.md

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