endb
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

endb

Key-value storage for multiple databases

Usage

const Endb = require('endb');
 
const endb = new Endb();
const endb = new Endb({
  store: new Map(),
  namespace: 'cache',
});

/endb/

    Package Sidebar

    Install

    npm i endb

    Homepage

    endb.js.org/

    Weekly Downloads

    131

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    8.08 kB

    Total Files

    6

    Last publish

    Collaborators

    • chroventer