SQLite storage adapter for Keyv
SQLite storage adapter for Keyv.
Install
npm install --save keyv keyv-sqlite
Usage
const Keyv = ; const keyv = 'sqlite://path/to/database.sqlite';keyv;
You can specify the table
and busyTimeout
option.
e.g:
const keyv = 'sqlite://path/to/database.sqlite' table: 'cache' busyTimeout: 10000;
License
MIT © Luke Childs