Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 227 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 227 Bytes

ravel-rethinkdb-provider

Ravel DatabaseProvider for RethinkDB

Example usage:

app.js

const app = new require('ravel')();
require('ravel-rethinkdb-provider')(app);

// ... the rest of your Ravel app