Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Configuration_directory_location

Paweł Salawa edited this page May 7, 2026 · 8 revisions

Where is Letos configuration stored?

Letos stores it's whole configuration in a single file, which is a regular SQLite3 database. Below are locations of that file, depending on operating system.

There's also possibility of using portable configuration directory (that can be moved together with application files onto USB drive, etc). This case is described at the very end of this page.

Windows

%APPDATA%\letos.org\Letos\settings

For example:

C:\Users\my_user\AppData\Roaming\letos.org\Letos\settings

Linux

$HOME/.config/letos.org/Letos/settings

For example:

/home/my_user/.config/letos.org/Letos/settings

MacOSX

$HOME/Library/Preferences/letos.org/Letos/settings

For example:

/Users/my_user/Library/Preferences/letos.org/Letos/settings

Portable configuration

If - during start of Letos - there is a directory called letos-cfg in the same directory where Letos executable is located, then Letos will use letos-cfg for storing configuration. It will create file at location:

letos-cfg/settings

Alternatively there is one more portable location - the letos-cfg directory in the directory from which you start the Letos:

./letos-cfg/settings

For historical reasons, there is one more portable directory name, that Letos will respect - sqlitestudio-cfg, as it was the old name of the application.

For info about version 3.4 and older - Click to expand

Windows

%APPDATA%\SalSoft\sqlitestudio\settings3

For example:

C:\Users\my_user\AppData\Roaming\SalSoft\sqlitestudio\settings3

Linux

$HOME/.config/SalSoft/SQLiteStudio/sqlitestudio3

For example:

/home/my_user/.config/SalSoft/SQLiteStudio/sqlitestudio3

MacOSX

$HOME/Library/Preferences/SalSoft/SQLiteStudio/settings3

For example:

/Users/my_user/Library/Preferences/SalSoft/SQLiteStudio/settings3

Portable configuration

If - during start of SQLiteStudio - there is a directory called sqlitestudio-cfg in the same directory where SQLiteStudio executable is located, then SQLiteStudio will use sqlitestudio-cfg for storing configuration. It will create file at location:

sqlitestudio-cfg/settings3

Alternatively there is one more portable location - the sqlitestudtio-cfg directory in the directory from which you start the SQLiteStudio:

./sqlitestudio-cfg/settings3

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /