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',
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    14
    • latest

Version History

Package Sidebar

Install

npm i endb

Homepage

endb.js.org/

Weekly Downloads

24

Version

1.3.0

License

MIT

Unpacked Size

8.08 kB

Total Files

6

Last publish

Collaborators

  • chroventer