move to scylladb
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# gocqlx [](http://godoc.org/github.com/mmatczuk/gocqlx) [](https://goreportcard.com/report/github.com/mmatczuk/gocqlx) [](https://travis-ci.org/mmatczuk/gocqlx)
|
||||
# gocqlx [](http://godoc.org/github.com/scylladb/gocqlx) [](https://goreportcard.com/report/github.com/scylladb/gocqlx) [](https://travis-ci.org/scylladb/gocqlx)
|
||||
|
||||
Package `gocqlx` is a `gocql` extension, similar to what `sqlx` is to `database/sql`.
|
||||
|
||||
@@ -14,8 +14,8 @@ also work with `gocqlx`.
|
||||
|
||||
## Installation
|
||||
|
||||
go get github.com/mmatczuk/gocqlx
|
||||
go get github.com/scylladb/gocqlx
|
||||
|
||||
## Example
|
||||
|
||||
See [example test](https://github.com/mmatczuk/gocqlx/blob/master/example_test.go).
|
||||
See [example test](https://github.com/scylladb/gocqlx/blob/master/example_test.go).
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/gocql/gocql"
|
||||
"github.com/mmatczuk/gocqlx"
|
||||
"github.com/scylladb/gocqlx"
|
||||
)
|
||||
|
||||
var personSchema = `
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/gocql/gocql"
|
||||
"github.com/mmatczuk/gocqlx"
|
||||
"github.com/scylladb/gocqlx"
|
||||
|
||||
"gopkg.in/inf.v0"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user