Update 'Home'

Anna Schumaker 2023-03-21 16:44:26 -04:00
parent c5ea75ab74
commit 91e10f5148
1 changed files with 1 additions and 8 deletions

@ -1,14 +1,7 @@
Welcome to the Emmental Wiki, which is written to document the v3.x releases.
# Database Design
Emmental 3 uses a SQLite database to store its settings, playlist, and track information.
## [[SQLite Config]]
| Pragma | Value |
| ------------ | ----- |
| foreign_keys | ON |
| user_version | 1 |
## Custom SQLite Column Types
* [[PATH]]: Holds filesystem paths
Emmental 3 uses a SQLite database to store its settings, playlist, and track information. Our config is documented [here](SQLite Config).
## Settings
* [[settings]]: Holds user settings
## Playlists