1.0.1 • Published 4 years ago

egg-rocksdb v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

egg-rocksdb

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

Install

$ npm i egg-rocksdb --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.rocksdb = {
  location: '' // Please enter your rocksdb loaction, otherwise plugin will be disable. Like: '/home/xxx/rocksdb'
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago