js-data-rethinkdb
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
Copyright (c) 2014-2017 js-data-rethinkdb project authors