Update 'SQLite Config'

Anna Schumaker 2023-03-21 17:18:28 -04:00
parent f4033493b2
commit a65a771176
1 changed files with 2 additions and 0 deletions

@ -1,4 +1,6 @@
Emmental configures SQLite by enabling foreign key constraint enforcement and setting the user version. The current user_version for Emmental 3.0 is 1.
### Database Location
The database file is stored according to the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables). The file is located at `$XDG_DATA_HOME/emmental/emmental.sqlite3` for production and `$XDG_DATA_HOME/emmental/emmental-debug.sqlite3` for debug builds.
### Pragma
| Pragma | Value |