Explorar el Código

Merge pull request #846 from aai/ecosystem

suggest journey, Gemnasium's fork of the migrate library
Chris Bannister hace 8 años
padre
commit
9d95e30efa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -185,7 +185,7 @@ Ecosystem
 
 The following community maintained tools are known to integrate with gocql:
 
-* [migrate](https://github.com/mattes/migrate) is a migration handling tool written in Go with Cassandra support.
+* [journey](https://github.com/db-journey/journey) is a migration tool with Cassandra support.
 * [negronicql](https://github.com/mikebthun/negronicql) is gocql middleware for Negroni.
 * [cqlr](https://github.com/relops/cqlr) adds the ability to auto-bind a CQL iterator to a struct or to bind a struct to an INSERT statement.
 * [cqlc](http://relops.com/cqlc) generates gocql compliant code from your Cassandra schema so that you can write type safe CQL statements in Go with a natural query syntax.