cockroach

0.0.2 • Public • Published

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

Param Type Description
options Object Options passed to RoachJS
[options.uri] String defaults to http://127.0.0.1:8080
[options.user] String user to run requests with (default: root)
options.retry Boolean retry 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.

Readme

Keywords

none

Package Sidebar

Install

npm i cockroach

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • amingoia