cockroach
v0.0.2
Published
High-level query interface to CockroachDB supporting key-path traversal, indexing, and joins.
Downloads
20
Readme
cockroach
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.