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.
Comments
Post a Comment