easy-storage-charlie

0.1.0 • Public • Published

easy-storage

用接近mongodb的ap1使用webstorage

Example

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

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

var note= notes.get(2);

note.text ="some text 2";

notes.update(note);

notes.delete(note); ...

Package Sidebar

Install

npm i easy-storage-charlie

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • charliechin