Updated Database (markdown)

Stypox 2022-03-27 09:52:16 +02:00
parent 62b7d74da9
commit af963dc233
1 changed files with 2 additions and 2 deletions

@ -6,11 +6,11 @@ This pages gives some information on the internal app database. In short, you le
NewPipe is a streaming frontend. For this reason, storing information on `streams` is the database's core functionality.
Basically, stream information is used for feeds, playlists and watch history.
![NewPipe's database structure](https://user-images.githubusercontent.com/17365767/141841352-eefcd324-abfe-480b-9626-17db21f6c9de.png)
![NewPipe's database structure](https://user-images.githubusercontent.com/36421898/160272215-b9cc2ee8-97ef-4fbe-8196-6600607af457.png)
<details><summary><i>How to update this diagram?</i></summary>
TODO: Add procedure here.
Use https://dbeaver.io/ (FOSS)
</details>