Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 512 Bytes

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