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

Implement SQLite #1

Closed
pixup1 opened this issue Dec 14, 2024 · 0 comments · Fixed by #8
Closed

Implement SQLite #1

pixup1 opened this issue Dec 14, 2024 · 0 comments · Fixed by #8
Assignees
Labels
enhancement New feature or request

Comments

@pixup1
Copy link
Member

pixup1 commented Dec 14, 2024

Currently, all data is stored in json files in backend/storage. If we want to include more logging and stats, we need to do it in a cleaner way by storing the persistent data in a database.

To that end, we will replace the current solution with an SQLite database. This is because SQLite is easy to setup, serverless, and we do not need anything too fancy as scaling will not likely ever be an issue with CS2 servers.

This will need to replace all the current files in the backend/storage folder in order to keep the app as simple as possible.

Nevermind that

@pixup1 pixup1 added the enhancement New feature or request label Dec 14, 2024
@Ecnama Ecnama self-assigned this Dec 16, 2024
@Ecnama Ecnama mentioned this issue Dec 20, 2024
@pixup1 pixup1 closed this as completed in #8 Jan 6, 2025
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

Successfully merging a pull request may close this issue.

2 participants