vladimyr / keyv-replitdb

Repl.it Database storage adapter for Keyv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keyv-replitdb

build status install size npm package version github license js semistandard style

Repl.it Database storage adapter for Keyv.

run on repl.it

Install

npm install keyv keyv-replitdb

Usage

const ReplitDbStore = require('keyv-replitdb');
const Keyv = ReplitDbStore.extend(require('keyv'));

const keyv = new Keyv({ store: new ReplitDbStore() });

About

Repl.it Database storage adapter for Keyv

License:MIT License


Languages

Language:JavaScript 100.0%