📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

js-data-rethinkdb

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-data-rethinkdb

RethinkDB adapter for js-data.

3.0.0
latest
Version published
Weekly downloads
26
-57.38%
Maintainers
2
Weekly downloads
 
Created
js-data logo

js-data-rethinkdb

Slack NPM Tests Downloads Coverage

RethinkDB adapter for the JSData Node.js ORM.

Installation

npm install --save js-data js-data-rethinkdb

Usage

import { RethinkDBAdapter } from 'js-data-rethinkdb';

// Create an instance of RethinkDBAdapter
const adapter = new RethinkDBAdapter();

// Other JSData setup hidden

// Register the adapter instance
store.registerAdapter('rethinkdb', adapter, { default: true });

JSData + RethinkDB Tutorial

Start with the JSData + RethinkDB tutorial or checkout the API Reference Documentation.

Need help?

Please post a question on Stack Overflow. This is the preferred method.

You can also chat with folks on the Slack Channel. If you end up getting your question answered, please still consider consider posting your question to Stack Overflow (then possibly answering it yourself). Thanks!

Want to contribute?

Awesome! You can get started over at the Contributing guide.

Thank you!

License

The MIT License (MIT)

Copyright (c) 2014-2017 js-data-rethinkdb project authors

FAQs

Package last updated on 18 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts