0.0.17 • Published 3 years ago

egg-better-sqlite3 v0.0.17

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

egg-better-sqlite3

Install

$ yarn add git+https://github.com/zjl1985/egg-better-sqlite3.git

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.betterSqlite3 = {
  file:'' //your filepath
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

0.0.17

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago