Idea: Move the local database to a proper database format #560
Pinned
Wolfy76700
started this conversation in
Ideas
Replies: 1 comment
-
If we aren't looking to scale horizontally. We could use PocketBase. It creates an export of collections + tables so you could use that as a base template for people to download on their own machines. Would probably have to alter something to launch the DB when the program is running. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add a fully-featured database system to be able to quickly fetch and store data between teams, players, etc. It could be useful to also temporarily store runtime data such as players' tournament history in order to optimize the load on StartGG / Challonge.
We need to evaluate as well if the better option is to go for a SQL-like relational database or a MongoDB-like object-based database, depending on whether it can be stored in a local file and depending on our use case.
NB: Potential compatibility-breaking feature so we need to think about how we can transfer the current local database data to the new one easily to the new one
Beta Was this translation helpful? Give feedback.
All reactions