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 to standalone database #7

Closed
muety opened this issue May 19, 2020 · 1 comment
Closed

Migrate to standalone database #7

muety opened this issue May 19, 2020 · 1 comment

Comments

@muety
Copy link
Owner

muety commented May 19, 2020

Using bbolt with bolthold for minimalism was a cool experiment. However, we should switch to an actual database. One main reason is the ability to manually view and edit data from external applications or command-line, e.g. for debugging purposes. Another reason is performance, although that is not yet critical.

I'd either go for MongoDB, because it has already proven to work extremely well in other projects and is modeled after documents. A relational database would be a safe bet, but also require some refactoring in the data schema.

@muety
Copy link
Owner Author

muety commented Sep 20, 2023

Closing this in favor of #27.

@muety muety closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant