Stretsh
Stretsh
I would suggest adding this to the documentation in README.md.
> Hello there, for those interested I decided to fork this project to continue its development as apparently it's now abandoned. > > https://www.npmjs.com/package/mis-datos > > I plan to: >...
That looks great! To add another suggestion (not necessarily preferred): ```js db.version(1).stores({ friends: '++id, name, age' }); db.version(2).stores({ 'friends=>friends2': '++id, name, age, someOtherIndex' }); ``` then add a check for...