Skip to content

Instantly share code, notes, and snippets.

View Saiyan1's full-sized avatar
💭
MatesNCode @shizus

Gustavo Insaurralde Saiyan1

💭
MatesNCode @shizus
  • gus.insa
  • Buenos Aires
View GitHub Profile
//Must include lawnchair core and adapter chosen ("dom" here), download them from: https://github.com/brianleroux/lawnchair
// <script src="Lawnchair.js"></script>
// <script src="dom.js"></script>
// create a new store
var store = new Lawnchair({adaptor:'dom', table:'people'});
// saving documents
store.save({name:'brian'});