Implement an SQLite database to store data on the filesystem. Currently all song information such as album title, song title, etc. are being stored in memory
Implement an SQLite database to store data on the filesystem. Currently all song information such as album title, song title, etc. are being stored in memory
Dependent Issues
---
#9
#14
Database
===
Name
---
Mear
Tables
--
Song
- Id
- title
- album
- artist
- cover
- duration
- filePath
PlayCount
- Id
- PlayCount
- TrackId
~~Settings~~
~~- Id~~
~~- Dark Theme~~
| Table Name | Completed |
| ------------- |:-------------:|
| Song | Yes |
| PlayCount | Yes |
| ~~Settings~~ | ~~No~~ |
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Implement an SQLite database to store data on the filesystem. Currently all song information such as album title, song title, etc. are being stored in memory
Dependent Issues
#9
#14
Database
Name
Mear
Tables
Song
PlayCount
Settings- Id- Dark ThemeSettingsNo