Skip to content

db-journey/crate-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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