Update 'Home'

Anna Schumaker 2023-03-21 14:07:49 -04:00
parent f4aab26086
commit eea586d1c6
1 changed files with 6 additions and 0 deletions

@ -1,6 +1,12 @@
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 Settings
| Pragma | Value |
| ------------ | ----- |
| foreign_keys | ON |
| user_version | 1 |
## Custom SQLite Column Types
* [[PATH]]: Holds filesystem paths
## Settings