Skip to content

Instantly share code, notes, and snippets.

View caponica's full-sized avatar

Christian Morgan caponica

View GitHub Profile
@caponica
caponica / output.txt
Last active December 17, 2015 13:59 — forked from andrewrk/output.txt
zfill1
it took 198
zfill2
it took 1160
zfill3
it took 39
// create a new store
var store = new Lawnchair({adapter:'dom', table:'people'});
// saving documents
store.save({name:'brian'});
// optionally pass a key
store.save({key:'config', settings:{color:'blue'}});
// updating a document in place is the same syntax