소스 검색

Merge pull request #846 from aai/ecosystem

suggest journey, Gemnasium's fork of the migrate library
Chris Bannister 8 년 전
부모
커밋
9d95e30efa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.