Database Location? #1932
Answered
by
danielweck
6a864c7177
asked this question in
Q&A
-
To track assets and progress, I assume that Thorium uses a database, though I suppose it could be a flat file. Regardless, my question is, what is that mechanism, and where is it stored? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
danielweck
Mar 23, 2023
Replies: 1 comment 1 reply
-
The "app data"
See https://www.electronjs.org/docs/latest/api/app#appgetpathname |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
6a864c7177
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "app data"
EDRLab.ThoriumReader
folder contains imported publications, parser cache, user configuration, Chromium data, etc. The actual location on the filesystem depends on the operating system./Users/{MY_USERNAME}/Library/Application Support/EDRLab.ThoriumReader/
(or with the tilde alias:~/Library/Application Support/EDRLab.ThoriumReader/
)C:\Users\{MY_USERNAME}\AppData\Roaming\EDRLab.ThoriumReader\
(or with the system alias:%APPDATA%\Roaming\EDRLab.ThoriumReader\
). Note that Windows Store installations also useC:\Users\{MY_USERNAME}\AppData\Local\Packages\EDRLab.ThoriumReader_{STORE_ID}\LocalCache\Roaming\EDRLab.ThoriumReader\
$XDG_CONFIG_HOME
or