Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 848 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 848 Bytes

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.