1.3.0 • Published 5 years ago

egg-lowdb v1.3.0

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

egg-lowdb

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

Install

$ npm i egg-lowdb --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.lowdb = {
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago