endb-main
v1.3.2
Published
Key-value storage for multiple databases
Downloads
4
Maintainers
Readme
endb
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.