Updated Database (markdown)
parent
62b7d74da9
commit
af963dc233
|
@ -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.
|
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.
|
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>
|
<details><summary><i>How to update this diagram?</i></summary>
|
||||||
|
|
||||||
TODO: Add procedure here.
|
Use https://dbeaver.io/ (FOSS)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue