Skip to content

hemerajs/hemera-rethinkdb-store

Repository files navigation

Hemera-rethinkdb-store package

Build Status npm styled with prettier

Rethinkdb - The open-source database for the realtime web. This is a plugin to use Rethinkdb with Hemera.

Example

hemera.use(require('hemera-rethinkdb-store'))

Start Rethinkdb with Docker

docker-compose up

Running the tests

npm run test

Dependencies

  • hemera-joi

API

See Store Interface.