npm.io
0.1.1 • Published 9 years ago

easy-storage-karen

Licence
ISC
Version
0.1.1
Deps
1
Vulns
0
Weekly
0

easy-storage

用接近mongodb的api使用webstorage

Example

var notes = storage.addCollection("notes);

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

var note = notes.get(2);

note.text ="some text2";

notes.update(note);

notes.delete(note);

ˋˋˋ

Keywords