فهرست منبع

Add gockle link

Will Faught 9 سال پیش
والد
کامیت
126b7140b2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -200,6 +200,7 @@ The following community maintained tools are known to integrate with gocql:
 * [cqlc](http://relops.com/cqlc) which generates gocql compliant code from your Cassandra schema so that you can write type safe CQL statements in Go with a natural query syntax.
 * [gocassa](https://github.com/hailocab/gocassa) provides query building, adds data binding, and provides easy-to-use "recipe" tables for common query use-cases.
 * [gocqltable](https://github.com/kristoiv/gocqltable) is a wrapper around gocql that aims to simplify common operations whilst working the library.
+* [gockle](https://github.com/willfaught/gockle) provides simple, mockable interfaces that wrap gocql types
 
 Other Projects
 --------------