migrate/driver/cassandra
Alex Barlow 12c19e08b7 Add support for Cassandra >= 3 with protocol version 4 2016-03-21 17:36:03 +00:00
..
README.md add pateld982 to readme 2015-02-04 21:49:15 +01:00
cassandra.go Add support for Cassandra >= 3 with protocol version 4 2016-03-21 17:36:03 +00:00
cassandra_test.go Fix test with optionated drivers 2015-10-15 12:49:43 -04:00

README.md

Cassandra Driver

Usage

migrate -url cassandra://host:port/keyspace -path ./db/migrations create add_field_to_table
migrate -url cassandra://host:port/keyspace -path ./db/migrations up
migrate help # for more info

Authors