Open linxd5 opened 9 years ago
This plugin currently does not support IndexedDB, or at least not out of the box. There are two ways forward:
Despite the W3C decision to drop the Web SQL API work, I feel very strongly to continue supporting sqlite for the following reasons:
Also, I read that even though Firefox wants to drop Web SQL, it continues to sqlite for something else.
I am planning to make a simpler batch transaction API later this year.
Thank you ~
This comment deleted due to copy-paste error
Sorry @linxd5 I accidentally hit the button to save the comment with some Markdown text I was previewing for another project. In case you are really curious the project is a work in progress at: https://github.com/brodybits/mbflow
Please ignore it. If you have any other questions please don't hesitate to ask!
Also re-opening this until I get the IndexedDB shim working with this plugin.
I am looking for a front-end database plugin and find this one. By reading the Doc, I know "the API similar to HTML5/Web SQL API". As we all known, W3C doesn't intent to maintain Web SQL further and continues work on two other storage-related specifications: Web Storage and Indexed Database. I want to know whether this plugin supports for IndexedDB ? Waiting for your answer, Thank you ~