0.7.2 • Published 1 year ago

@edjopato/datastore v0.7.2

Weekly downloads
25
License
MIT
Repository
github
Last release
1 year ago

@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
0.7.2

1 year ago

0.7.1

1 year ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.1

4 years ago

0.4.0

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago