Updated Access the database (markdown)

Jonas Kvinge 2022-07-02 21:24:50 +02:00
parent df8360c526
commit 20479d60b6
1 changed files with 1 additions and 20 deletions

@ -1,20 +1 @@
The database is in a different location based on OS.
## Linux and other Unix systems except macOS
To access the database open a terminal and type:
```
sqlite3 ~/.local/share/strawberry/strawberry/strawberry.db
```
## macOS
To access the database open a terminal and type:
```
sqlite3 ~/Library/Application\ Support/Strawberry/Strawberry/strawberry.db
```
## Windows
To access the database, open a command prompt, and type:
```
cd "\%PROGRAMFILES%\Strawberry Music Player\"
sqlite3 %LOCALAPPDATA%\Strawberry\Strawberry\strawberry.db
```
This page has moved to https://wiki.strawberrymusicplayer.org/wiki/Accessing_the_database