1.0.1 • Published 6 years ago

egg-sqlite3 v1.0.1

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

egg-sqlite3

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

Install

$ npm i egg-sqlite3 --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT