Selaa lähdekoodia

Merge pull request #261 from mattes/patch-1

Add migrate to other projects
Ben Hood 11 vuotta sitten
vanhempi
commit
5c96d0fc90
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1 0
      AUTHORS
  2. 1 0
      README.md

+ 1 - 0
AUTHORS

@@ -34,3 +34,4 @@ Dan Kennedy <daniel@firstcs.co.uk>
 Nick Dhupia<nick.dhupia@gmail.com>
 Yasuharu Goto <matope.ono@gmail.com>
 Jeremy Schlatter <jeremy.schlatter@gmail.com>
+Matthias Kadenbach <matthias.kadenbach@gmail.com>

+ 1 - 0
README.md

@@ -154,6 +154,7 @@ Other Projects
 --------------
 
 * [gocqldriver](https://github.com/tux21b/gocqldriver) is the predecessor of gocql based on Go's "database/sql" package. This project isn't maintained anymore, because Cassandra wasn't a good fit for the traditional "database/sql" API. Use this package instead.
+* [migrate](https://github.com/mattes/migrate) is a migration handling tool written in Go with Cassandra support.
 
 License
 -------