migrate/driver/crate
Till Klocke cd5f75d47c Splitting of sql is now more robust and better tested 2016-06-16 14:34:50 +02:00
..
README.md Added README.md for Crate driver 2016-06-16 13:08:04 +02:00
crate.go Splitting of sql is now more robust and better tested 2016-06-16 14:34:50 +02:00
crate_test.go Splitting of sql is now more robust and better tested 2016-06-16 14:34:50 +02:00

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