This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Mon Apr 13 10:10:37 -0700 2009 | |
| |
readme.md | Mon Oct 19 17:32:30 -0700 2009 | |
| |
store.iphone.js | Mon Oct 19 18:25:56 -0700 2009 | |
| |
test.iphone.html | Wed Nov 25 08:40:27 -0800 2009 |
readme.md
Mobile Store
Key Value Pair for mobile devices
store.get(key, callback); // callback will return the elements value
store.post(key, value);
store.put(key, value);
store.set(key, value); // INSERT -- OR -- UPDATE
store.del(key);
store.exists(key,callback); // callback will return true or false
store.clear(); clears the db







