egg-rethinkdbdash

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i egg-rethinkdbdash

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.49 kB

Total Files

7

Last publish

Collaborators

  • bernardtolosa