package
1.3.2
Repository: https://github.com/sfinks80/golang-migrate.git
Documentation: pkg.go.dev

# README

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

Url format

  • Authentication: cassandra://username:password@host:port/keyspace
  • Cassandra v3.x: cassandra://host:port/keyspace?protocol=4

Authors

# Structs

Driver implements migrate Driver interface.