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

Rewrite database backend (JSON File -> SQLite) #17

Open
6 tasks
Capevace opened this issue May 18, 2021 · 0 comments
Open
6 tasks

Rewrite database backend (JSON File -> SQLite) #17

Capevace opened this issue May 18, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@Capevace
Copy link
Owner

The current database backend of saving everything to a database.json file is not really nice nor safe.

  • Rewrite backend to use SQLite
    • Default data insertion
    • Database migrations
    • Store uploaded files in SQLite
    • Store sessions in SQLite
    • .mission-control folder should then only have config file and database.sqlite file
@Capevace Capevace added bug Something isn't working enhancement New feature or request labels May 18, 2021
@Capevace Capevace added this to the 2.0.0 Release milestone May 18, 2021
@Capevace Capevace self-assigned this May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant