@keyv/offline

On this page

@keyv/offline

Offline storage adapter for Keyv

build codecov npm npm

Offline storage adapter for Keyv.

Install

npm install --save keyv @keyv/offline

Usage

const Keyv = require('keyv');

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

License

MIT © Jared Wray