aaronpowell / db.js

db.js is a wrapper for IndexedDB to make it easier to work against
http://aaronpowell.github.com/db.js/
MIT License
818 stars 142 forks source link

There is no way to test if the db.js is upgraded #109

Open lygstate opened 9 years ago

lygstate commented 9 years ago

When using db.js open database, there is no API to test if the db version is upgraded.

aaronpowell commented 9 years ago

Do you have a scenario in mind as to why you'd need this? How would you expect this to work?

lygstate commented 9 years ago

I might add a callback function to do database upgrade.

brettz9 commented 8 years ago

I think this is a dupe of #84.