High-level query interface to CockroachDB supporting key-path traversal, indexing, and joins.
npm install cockroach> High-level query interface to CockroachDB supporting key-path traversal,
> indexing, and joins.
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) |
Please submit all issues and pull requests to the alexmingoia/cockroach repository.
List available tasks with gulp help.
Run tests using npm test or gulp test.
If you have any problem or suggestion please open an issue here.