Mar 10, 2021
It’s a bit cryptical, I admit. It produces the dexie schema format based on what object stores and indicies was in the dynamically opened database. Why couldn’t we just export the dynamically opened database? It’s a limitation in current version of dexie-export-import that it requires the database to have been opened statically, i.e. with version(x).stores(y) specified. So since this post is a recipe, we need to have something ready to copy-paste.