-
WebSQL shows that it is working, but the question is whether we should change the datastore (model) to become IndexedDB..? |
Beta Was this translation helpful? Give feedback.
Answered by
mantzaris
Nov 19, 2021
Replies: 1 comment
-
Yes, the initial choice to go with WebSQL was a mistake. There was a bit of a learning curve with Indexeddb, but that was primarily on the set up of the collections and handling of the transactions. But after that, all is much better with literal object notation insertions and having intuitive straightforward JSON flows in and out. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mantzaris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the initial choice to go with WebSQL was a mistake. There was a bit of a learning curve with Indexeddb, but that was primarily on the set up of the collections and handling of the transactions. But after that, all is much better with literal object notation insertions and having intuitive straightforward JSON flows in and out.