Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import/Export Preview History (and other database stuff?) #81

Open
sabjorn opened this issue Apr 30, 2021 · 1 comment
Open

Import/Export Preview History (and other database stuff?) #81

sabjorn opened this issue Apr 30, 2021 · 1 comment

Comments

@sabjorn
Copy link
Owner

sabjorn commented Apr 30, 2021

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:

  1. 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)
  2. the whole IDB, with all stores is able to be exported/imported.
  3. some combination of the above
@sabjorn
Copy link
Owner Author

sabjorn commented Apr 30, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant