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

Use SQLite for persistent storage and refactor HTTP handling #19

Merged
merged 30 commits into from
Jul 20, 2024

Conversation

zefir-git
Copy link
Member

@zefir-git zefir-git commented Jul 20, 2024

Artists, albums and tracks are now stored in a SQLite database.

Since resources are no longer directly fetched from memory, the resources and their serving via the HTTP API have been refactored.

Some new concepts that have been implemented:

  • Repositories - control reading and writing of data for each resource
  • Controllers - serve resources in the HTTP REST API

@zefir-git zefir-git self-assigned this Jul 20, 2024
@zefir-git zefir-git linked an issue Jul 20, 2024 that may be closed by this pull request
@zefir-git zefir-git changed the title 3 sqlite persistent storage Use SQLite for persistent storage and refactor HTTP handling Jul 20, 2024
@zefir-git zefir-git marked this pull request as ready for review July 20, 2024 10:01
@zefir-git zefir-git requested a review from a team as a code owner July 20, 2024 10:01
@zefir-git zefir-git force-pushed the 3-sqlite-persistent-storage branch from c7fca98 to 133f401 Compare July 20, 2024 19:18
@zefir-git zefir-git merged commit 523c7ba into main Jul 20, 2024
3 checks passed
@zefir-git zefir-git deleted the 3-sqlite-persistent-storage branch July 20, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQLite Persistent Storage
2 participants