vincentracine / pocketjs

Pocket.js is a wrapper for the window.localStorage. It provides helpful methods which utilise MongoDB's proven syntax and provides a powerful lightweight abstraction from the complexity of managing and querying local storage.
MIT License
21 stars 4 forks source link

Does this lib support indexdb? #1

Open pravin-d opened 7 years ago

pravin-d commented 7 years ago

I had a quick look at the code. Please correct me if I'm wrong, there seems to be no support for indexdb. Only localstorage and webSql is supported.

vincentracine commented 7 years ago

You are right. I am still working on offering IndexDB support but accidentally included it in the readme.md back when i started working on webSQL and IndexDB. Im sorry about this, I will update the readme and finish my work on offering IndexDB and then officially release it. Thanks for bringing this up!