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

1.3.2 • Public • Published

endb

License: MIT

Key-value storage for multiple databases

Installing

Using npm:

$ npm install endb-main

Using yarn:

$ yarn add endb-main

Usage

const Endb = require('endb-main');

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

Database Support

Database Endb Adapter
SQL BluSpring/endb-sql
MySQL BluSpring/endb-mysql
SQlite BluSpring/endb-sqlite
MongoDB BluSpring/endb-mongo
PostgreSQL BluSpring/endb-postgres
Redis BluSpring/endb-redis

What happened to the original endb?

I don't know what happened. The original developer, chroventer disappeared without a trace (his GitHub account seems to have been deleted too), so I decided to recover the files myself from what remained on NPM.

This unfortunately means that the source files are not the real ones, and the original means of testing have also been lost. So from now on, I guess I'm the new maintainer of endb.

If chroventer returns to GitHub and anything else in general, and wishes for me to stop maintaining this project, he can e-mail me with proof that it is actually him, and I shall archive this project.

Package Sidebar

Install

npm i endb-main

Homepage

endb.js.org

Weekly Downloads

4

Version

1.3.2

License

MIT

Unpacked Size

11.1 kB

Total Files

4

Last publish

Collaborators

  • bluspring