stream-json-storage

0.0.3 • Public • Published

stream-json-storage

This repository is a stream access to the local file storage tool library.

Install

npm install stream-json-storage

Use

  • Create

      const jss = new JsonStreamStorage(/** data path */);
    
  • Find

      const result = await jss.find(/** find function by obj field */)
    
  • Save

      await jss.save({ /** obj field ... */ })
    

Package Sidebar

Install

npm i stream-json-storage

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

7.28 kB

Total Files

5

Last publish

Collaborators

  • link-xy-npm