Matteo Baggio
Matteo Baggio
Hi @nilbus, probably you remember me. I'm working on a similar project inspired by DualStorage called [BackboneIDBDualStorage](https://github.com/insideabit/Backbone.IDBDualStorage) that is an exactly porting of DualStorage to IndexedDB. I'm happy to share...
@nilbus I completely rewrote DualStorage on my own and I've created [IDB](https://github.com/insideabit/IDB) to talk with IndexedDB. So it isn't a fork, it's a completely new project. 1. I love your...
@nilbus 1 and 2. My store class has a similar interface of yours, so they could be exchanged easily, I think. Just add some promises to my code. The current...