0.0.2 • Published 10 years ago

cockroach v0.0.2

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

cockroach Build Status Code Coverage NPM version Dependency Status

High-level query interface to CockroachDB supporting key-path traversal, indexing, and joins.

API

CockroachClient(options) ⏏

Create a new client to interface with CockroachDB.

Kind: Exported function

ParamTypeDescription
optionsObjectOptions passed to RoachJS
options.uriStringdefaults to http://127.0.0.1:8080
options.userStringuser to run requests with (default: root)
options.retryBooleanretry requests when cockroachdb responds with a busy signal (default: true)

Contributing

Please submit all issues and pull requests to the alexmingoia/cockroach repository.

Tasks

List available tasks with gulp help.

Tests

Run tests using npm test or gulp test.

Support

If you have any problem or suggestion please open an issue here.

0.0.2

10 years ago

0.0.1

10 years ago