I'm using the library but when I want to update the datebase to add an index, I have to do it manually. Any thoughts about either adding a version number to IndexSpec or calling a event handler during onupgradeneeded after the database changes have been applied?
I've thought about extending the library myself (would be nice if cursors were available in addition to making it easier to update the database) but am short on time for the next couple months.
I'm using the library but when I want to update the datebase to add an index, I have to do it manually. Any thoughts about either adding a version number to IndexSpec or calling a event handler during onupgradeneeded after the database changes have been applied?
I've thought about extending the library myself (would be nice if cursors were available in addition to making it easier to update the database) but am short on time for the next couple months.