Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tux21b committed Jan 28, 2014
1 parent a27f4f6 commit f573bc0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ gocql
Package gocql implements a fast and robust Cassandra client for the
Go programming language.


**Attention:** This package is currently actively developed and the API may
change in the future. The old "datbase/sql" based package is now called
[gocqldriver](https://github.com/tux21b/gocqldriver) and is no longer
maintained.

Project Website: http://tux21b.org/gocql/<br>
API documentation: http://godoc.org/tux21b.org/v1/gocql<br>
Discussions: https://groups.google.com/forum/#!forum/gocql
Expand Down Expand Up @@ -98,7 +92,8 @@ func main() {
Other Projects
--------------

* [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
* [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.
* [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.

License
-------
Expand Down

0 comments on commit f573bc0

Please sign in to comment.