Skip to content

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

Notifications You must be signed in to change notification settings

jonathannaguin/backbone-websql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • This version does not use a value column to store the JSON string, instead it adds new columns on the fly.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%