Skip to content

js-data/js-data-rethinkdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

44f6c77 · Aug 18, 2017

History

92 Commits
Apr 30, 2016
May 10, 2016
Aug 18, 2017
Aug 18, 2017
Aug 18, 2017
Feb 25, 2016
Apr 18, 2016
Aug 18, 2017
Apr 18, 2016
Aug 18, 2017
Aug 18, 2017
Aug 18, 2017
Aug 18, 2017
Oct 17, 2016
Aug 18, 2017
Aug 18, 2017
Aug 18, 2017
Apr 30, 2016
Aug 18, 2017

Repository files navigation

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