is there any tool for offline storage data base just like sql management studio.
how to join table in offline storage (HTML5).
thanks,
k.rakesh
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek JainPosted Aug 21, 2013, 7:33 AM
You can achieve the following Implementations in it:
- SELECT
- INSERT
- UPDATE
- DELETE
- JOINS
- And many more
Only constarint as of now is that it works with only Webkit based browsers i.e. Google Chrome & SafariTo check if your browser supports it:
window.openDatabase != undefined
if the result is true then it is supported
For making Joins you can use this code: