@keyv/offline
TypeScript icon, indicating that this package has built-in type declarations

3.0.7 • Public • Published

@keyv/offline keyv

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

Package Sidebar

Install

npm i @keyv/offline

Weekly Downloads

168

Version

3.0.7

License

MIT

Unpacked Size

5.45 kB

Total Files

6

Last publish

Collaborators

  • jaredwray
  • lukechilds