|
@@ -1,22 +1,22 @@
|
|
|
gocql
|
|
gocql
|
|
|
=====
|
|
=====
|
|
|
|
|
|
|
|
-[](https://travis-ci.org/tux21b/gocql)
|
|
|
|
|
-[](http://godoc.org/tux21b.org/v1/gocql)
|
|
|
|
|
|
|
+[](https://travis-ci.org/gocql/gocql)
|
|
|
|
|
+[](http://godoc.org/github.com/gocql/gocql)
|
|
|
|
|
|
|
|
**Package Status:** Alpha
|
|
**Package Status:** Alpha
|
|
|
|
|
|
|
|
Package gocql implements a fast and robust Cassandra client for the
|
|
Package gocql implements a fast and robust Cassandra client for the
|
|
|
Go programming language.
|
|
Go programming language.
|
|
|
|
|
|
|
|
-Project Website: http://tux21b.org/gocql/<br>
|
|
|
|
|
-API documentation: http://godoc.org/tux21b.org/v1/gocql<br>
|
|
|
|
|
|
|
+Project Website: http://gocql.github.io/<br>
|
|
|
|
|
+API documentation: http://godoc.org/github.com/gocql/gocql<br>
|
|
|
Discussions: https://groups.google.com/forum/#!forum/gocql
|
|
Discussions: https://groups.google.com/forum/#!forum/gocql
|
|
|
|
|
|
|
|
Installation
|
|
Installation
|
|
|
------------
|
|
------------
|
|
|
|
|
|
|
|
- go get tux21b.org/v1/gocql
|
|
|
|
|
|
|
+ go get github.com/gocql/gocql
|
|
|
|
|
|
|
|
|
|
|
|
|
Features
|
|
Features
|
|
@@ -39,7 +39,7 @@ Features
|
|
|
* Automatic query preparation
|
|
* Automatic query preparation
|
|
|
* Support for query tracing
|
|
* Support for query tracing
|
|
|
|
|
|
|
|
-Please visit the [Roadmap](https://github.com/tux21b/gocql/wiki/Roadmap) page to see what is on the horizion.
|
|
|
|
|
|
|
+Please visit the [Roadmap](https://github.com/gocql/gocql/wiki/Roadmap) page to see what is on the horizion.
|
|
|
|
|
|
|
|
Example
|
|
Example
|
|
|
-------
|
|
-------
|
|
@@ -51,7 +51,7 @@ import (
|
|
|
"fmt"
|
|
"fmt"
|
|
|
"log"
|
|
"log"
|
|
|
|
|
|
|
|
- "tux21b.org/v1/gocql"
|
|
|
|
|
|
|
+ "github.com/gocql/gocql"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
func main() {
|
|
func main() {
|