1.3.2 • Published 3 years ago

endb-main v1.3.2

Weekly downloads
33
License
MIT
Repository
github
Last release
3 years ago

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

DatabaseEndb Adapter
SQLBluSpring/endb-sql
MySQLBluSpring/endb-mysql
SQliteBluSpring/endb-sqlite
MongoDBBluSpring/endb-mongo
PostgreSQLBluSpring/endb-postgres
RedisBluSpring/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.