javascript - How can I create a client-side database that persist between sessions? -


i'm working html5 create client-side database using lawnchair javascript library, when y create new lawnchair object new local storage, not new database

var people = new lawnchair('people'); 

the problem in local storage have 1 table, , need able create more 1 table.

you can ref page local database usage.but not browser support yet.

http://blog.darkcrimson.com/2010/05/local-databases/


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -