You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Kiko Beats 46b9b67d1a
ci: add merge-reports script
3 years ago
..
src docs: tweaks 3 years ago
test docs: tweaks 3 years ago
CHANGELOG.md chore(release): v1.0.2 3 years ago
README.md docs: tweaks 3 years ago
package.json ci: add merge-reports script 3 years ago

README.md

@keyv/sqlite keyv

SQLite storage adapter for Keyv.

Install

npm install --save keyv @keyv/sqlite

Usage

const Keyv = require('keyv')

const keyv = new Keyv('sqlite://path/to/database.sqlite')
keyv.on('error', handleConnectionError)

You can specify the table and busyTimeout option.

e.g:

const keyv = new Keyv('sqlite://path/to/database.sqlite', {
  table: 'cache',
  busyTimeout: 10000
})

License

@keyvhq/sqlite © Microlink, Released under the MIT License.
Authored and maintained by Microlink with help from contributors.

microlink.io · GitHub @MicrolinkHQ · Twitter @microlinkhq