Procházet zdrojové kódy

suggest journey, Gemnasium’s fork of migrate library

It has more up-to-date support for Cassandra.

/cc @gravis @mattes

[ci skip]
Nathan Youngman před 9 roky
rodič
revize
1e755533b6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.