Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 711 Bytes

Couchbase Go Alpha v2 Client

This is the v2 alpha version of official Couchbase Go SDK. If you are looking for the official stable package then go to gocb.

The Go SDK library allows you to connect to a Couchbase cluster from Go. It is written in pure Go, and uses the included gocbcore library to handle communicating to the cluster over the Couchbase binary protocol.

Installing

To install the latest developer version, run:

go get github.com/couchbaselabs/gocb2alpha

License

Copyright 2016 Couchbase Inc.

Licensed under the Apache License, Version 2.0.

See LICENSE for further details.