I'm trying to build a "bookmark manager" for a browser,it should read data from an existing database on the user's machine.
I tried ST2 and it's proxy,it's explained here ,but it creates its own database,I can't get it to use an existing database.
I tried the sencha sqlite proxy ,it does the same,it's not even in their documentation so i'm stuck again.
Is there any way to do this with Sencha?
Another question is : can I do this using just Javascript or jQuerymobile ,or any other library out there?