You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDB does not have any built in functionality to import/export database tables.
This is annoying for a few reasons. Right now, data is locked to a user's machine and so migrating to a different machine means their history is lost. Other database stuff (playlist, configurations, etc) may also be valuable to import/export.
This feature could take a few different approaches:
every "service" that has it's own IDB store becomes responsible for creating an import/export component (likely this can be generalized/abstracted for re-use)
the whole IDB, with all stores is able to be exported/imported.
some combination of the above
The text was updated successfully, but these errors were encountered:
IDB does not have any built in functionality to import/export database tables.
This is annoying for a few reasons. Right now, data is locked to a user's machine and so migrating to a different machine means their history is lost. Other database stuff (playlist, configurations, etc) may also be valuable to import/export.
This feature could take a few different approaches:
The text was updated successfully, but these errors were encountered: