Skip to content

Latest commit

 

History

History
 
 

crate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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