Reputation: 45
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?
Upvotes: 1
Views: 1081
Reputation: 9465
You can't connect to an existing DB. Think of the security issues if you could.
Edit: is local-storage an option?
Upvotes: 2