node.js - How to Execute SQLite Queries on Firefox Mobile Profile Data -
thanks time.
i on firefox mobile.
i plan use restartless approach using add-on node.js tools.
i need pull profile data in app, of requires direct sql due spotty mobile support according to: https://developer.mozilla.org/en-us/add-ons/sdk/tutorials/mobile_development
i plan use indexed-db, thinking give me ability run sqlite queries against existing user profile data (mostly needed reading).
am on right track? have seen simple-storage. better tool?
Comments
Post a Comment