Explorar el Código

Merge pull request #270 from mikebthun/master

Added negronicql to Other Projects
Ben Hood hace 11 años
padre
commit
6a80b214eb
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. 2 0
      AUTHORS
  2. 1 0
      README.md

+ 2 - 0
AUTHORS

@@ -36,3 +36,5 @@ Yasuharu Goto <matope.ono@gmail.com>
 Jeremy Schlatter <jeremy.schlatter@gmail.com>
 Matthias Kadenbach <matthias.kadenbach@gmail.com>
 Dean Elbaz <elbaz.dean@gmail.com>
+Mike Berman <evencode@gmail.com>
+

+ 1 - 0
README.md

@@ -155,6 +155,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.
+* [negronicql](https://github.com/mikebthun/negronicql) is gocql middleware for Negroni.
 
 License
 -------