Skip to content

Commit

Permalink
Add Cassandra url format
Browse files Browse the repository at this point in the history
  • Loading branch information
trietphm authored Aug 31, 2016
1 parent ce1b59b commit 74b161f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion driver/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ 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

* Paul Bergeron, https://github.com/dinedal
* Johnny Bergström, https://github.com/balboah
* pateld982, http://github.com/pateld982
* pateld982, http://github.com/pateld982

0 comments on commit 74b161f

Please sign in to comment.