1.0.0 • Published 6 years ago

egg-rethinkdbdash v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

egg-rethinkdbdash

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Egg rethinkdbdash plugin

Install

$ npm i egg-rethinkdbdash --save

Usage

// {app_root}/config/plugin.js
exports.rethinkdbdash = {
  enable: true,
  package: 'egg-rethinkdbdash',
};

Configuration

You need to put the rethinkdbdash config inside the client object.

// {app_root}/config/config.default.js
module.exports = appInfo => {
  config.rethinkdbdash = {
    client: {
      host: 'localhost'
    }
  }
};

see rethinkdbdash for more detail.

Example

example

Questions & Suggestions

Please open an issue here.

License

MIT