Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

harperdb-client

rajatkumar4MIT0.0.2

The missing JS client for HarperDB

harperdb, harperdb, nodejs, sql, nosql, client

readme

harperdb

NPM Version Build Status Coverage Status Dependency Status devDependency Status bitHound Score nsp status

The missing JS client for HarperDB

TODO: Some info about the module.

Getting Started

Install the module with: npm install harperdb

Usage

TODO: How to use this module, examples.

API

TODO: API documentation

Contributing

Ensure that all linting and codestyle tasks are passing. Add unit tests for any new or changed functionality.

Before committing, lint and test your code using the included Makefile:

make prepush

If you have style errors, you can auto fix whitespace issues by running:

make pretty

If you have linting errors, you can auto fix a few issues by running:

make lint-fix

License

Copyright (c) 2018 Rajat Kumar

Licensed under the MIT license.

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.1 (2018-02-03)

Features

  • connection establishing API with tests (faaea01)