-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create directory and README for go_cbq library.
- Loading branch information
Showing
2 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# go_cbq README | ||
|
||
* Latest: [go_cbq README](https://github.com/couchbaselabs/query/client/go_cbq/blob/master/README.md) | ||
* Modified: 2014-11-20 | ||
|
||
## Introduction | ||
|
||
This package provides a client library that will be used by the | ||
command-line shell to encapsulate cluster-awareness and other | ||
connectivity concerns. | ||
|
||
The library will implement the standard golang database APIs at | ||
[database/sql](http://golang.org/pkg/database/sql/) and | ||
[database/sql/driver](http://golang.org/pkg/database/sql/driver/). | ||
|
||
The library will connect using the [Query REST | ||
API](http://goo.gl/ezpmVx) and the [Query Clustering | ||
API](http://goo.gl/yKZ6v5). | ||
|
||
## Document History | ||
|
||
* 2014-11-20 - Initial creation |