1
Good evening everyone. I was looking for something on Indexeddb, and I didn’t get a solid return. The materials I found are all almost without any connection. Could someone explain me even if briefly about Indexeddb?
Actually what I’m thinking about doing
I am studying the possibility of saving data without necessarily using php, or mysql. It is simple data, which does not require security.
There is an uncertainty +/- big if the community will adopt
IndexedDB
orSQLLite
, and so browser support is not general. What type and amount of data do you want to save? Will thelocalStorage
enough for that?– Sergio
Sérgio, I just saw that localStorage is the best option for me, and along with filesaver.js. I appreciate your help, and even more.
– Santiago Moreira
Usually for these browser things I look for documentation on MDN: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
– hugomg