@edjopato/datastore
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

@edjopato/datastore

NPM Version node

Handles different ways to store data within Node.js

All implementation follow their specific interface. This way its possible to swap implementations without problems.

The implementation should use as less async as possible. That way implementations can be used in synchronous environments. Example: KeyValueInMemoryFiles uses only set() async, everything else is done from memory which is synchronous.

Install

npm install @edjopato/datastore

Readme

Keywords

none

Package Sidebar

Install

npm i @edjopato/datastore

Weekly Downloads

24

Version

0.7.0

License

MIT

Unpacked Size

38.6 kB

Total Files

51

Last publish

Collaborators

  • edjopato