Skip to content

Commit

Permalink
Added go-cql-driver to readme (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelS11 authored and Zariel committed May 15, 2018
1 parent 181004e commit b14304f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -195,6 +195,7 @@ The following community maintained tools are known to integrate with gocql:
* [gocqltable](https://github.com/kristoiv/gocqltable) is a wrapper around gocql that aims to simplify common operations.
* [gockle](https://github.com/willfaught/gockle) provides simple, mockable interfaces that wrap gocql types
* [scylladb](https://github.com/scylladb/scylla) is a fast Apache Cassandra-compatible NoSQL database
* [go-cql-driver](https://github.com/MichaelS11/go-cql-driver) is an CQL driver conforming to the built-in database/sql interface. It is good for simple use cases where the database/sql interface is wanted. The CQL driver is a wrapper around this project.

Other Projects
--------------
Expand Down

0 comments on commit b14304f

Please sign in to comment.