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

Migrate internal databases to sqlite #131

Open
wizzomafizzo opened this issue Dec 26, 2024 · 0 comments
Open

Migrate internal databases to sqlite #131

wizzomafizzo opened this issue Dec 26, 2024 · 0 comments

Comments

@wizzomafizzo
Copy link
Member

Currently the games.db and tapto.db files are KV stores which are pretty inflexible, can blow out in size from mass removals (like a re-index), and aren't viewable from any other standards apps.

I want to migrate both to sqlite databases. Likely using the modernc library (no CGo)

During the migration, I also want to rename games.db to media.db and tapto.db to user.db

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

No branches or pull requests

1 participant