Indexeddb - How to use it?

Asked

Viewed 47 times

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 or SQLLite, and so browser support is not general. What type and amount of data do you want to save? Will the localStorage enough for that?

  • 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.

  • Usually for these browser things I look for documentation on MDN: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.