AlexFloppy / backbone-websql

Implementation of Backbone.sync method which stores data to WebSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone-WebSQL

Implementation of Backbone.sync to store data to WebSQL (available on webkit-based browsers).

How to run the tests

  • Start a server in the root ($ http-server -c-1)
  • Navigate to test/index.html (http://localhost:8080/test/index.html)

With polite thanks to Smarcoms web services s.r.o.

About

Implementation of Backbone.sync method which stores data to WebSQL.