wtulloch / Blazor.IndexedDB

A Blazor library for accessing IndexedDB
MIT License
140 stars 46 forks source link

Database updates #40

Open Rowingwolf opened 3 years ago

Rowingwolf commented 3 years ago

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.