public
Fork of silentrob/mobile-store
Description: SQL Lite wrapper for restfull key-value store.
Homepage:
Clone URL: git://github.com/sintaxi/mobile-store.git
name age message
file README Loading commit data...
file readme.md
file store.iphone.js
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.del(key);
store.exists(key,callback); // callback will return true or false
store.clear(); clears the db