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

Move sets and flashcards to SQLite #35

Open
konstantintutsch opened this issue Mar 23, 2024 · 1 comment
Open

Move sets and flashcards to SQLite #35

konstantintutsch opened this issue Mar 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@konstantintutsch
Copy link
Contributor

konstantintutsch commented Mar 23, 2024

Is your feature request related to a problem? Please describe.

Managing large sets is slow and causes instabilities. A database would resolve these issues.

Describe the solution you'd like

  1. If sets.json exists
    • Convert to sets.db
    • Move to sets.json.bak
  2. Access sets.db with SQLite.swift

Describe alternatives you've considered

Optimization of procedures related to editing sets

Additional context

Instabilities: crashes, freezes

@konstantintutsch konstantintutsch added the enhancement New feature or request label Mar 23, 2024
@konstantintutsch
Copy link
Contributor Author

I am interested in implementing this once #34 is closed.

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

No branches or pull requests

1 participant