easy-storage-top

0.1.0 • Public • Published

#easy-storage

用接近mongodb的api使用webstroage

Example

var notes=storage.addCollection("notes");

notes.insert({ title:"some title"; text:"some text"; });

var note =note.get(2); note.text="some text 2"; notes.update(note); notes.delete(note);

Package Sidebar

Install

npm i easy-storage-top

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • topohoh