HomeFeaturesPluginsDocsDownload

Settings

A reference to the user-facing settings, grouped as they appear in the app's Settings window. They're stored locally in settings.json under %AppData%/Lionear/SqlExplorer/ (on Linux, ~/.config/Lionear/SqlExplorer/) — no secrets or connection data are kept there.

General

SettingDefaultWhat it controls
LanguageFollow OSUI language (NL / EN).
Reopen the previous session's query tabsOnRestore query tabs on startup.
Ask to save query files with unsaved changes on closeOnPrompt before closing a dirty .sql tab.
Ask for confirmation before quittingOnConfirm when you close the app.
Close to system tray instead of quittingOffKeep the app (and the MCP server) running when the window closes.
Show system databasesOffInclude engine system databases in the tree (applies on next refresh).
Automatically check for updatesOnCheck for a new app build at launch.
Check every4hBackground update re-check interval.
Release channelFollows buildWhich channel the updater tracks.

Appearance

SettingDefaultWhat it controls
ThemeSystemSystem, Light or Dark.
Show one bottom panel at a timeOnOpening a bottom panel (Output, AI activity, …) closes the others.

Editor

SettingDefaultWhat it controls
Font sizeApp defaultSQL editor font size.
Word wrapOffWrap long lines in the editor.
Keyword casingUPPERCASECasing the formatter applies to keywords (UPPER / lower / preserve).
Indent size4Indent width the formatter uses.

Query

SettingDefaultWhat it controls
Show a review dialog before saving changesOnPreview the generated SQL before the save flow runs.
Query timeout (seconds, 0 = none)0Cancel a query after this many seconds.
Browse page size (rows)200Rows fetched per page in Browse mode.

Query Log

SettingDefaultWhat it controls
Enable query loggingOffMaster switch for the on-disk query log.
Application queriesOnLog queries run from the app (when logging is on).
AI / MCP queriesOnLog queries run by AI clients (when logging is on).

Security

SettingDefaultWhat it controls
Master passwordOffEncrypt stored connection secrets behind an app password.
Lock after inactivityNeverLock the master key after idle time.

MCP server

The MCP server has its own settings group (enable, port, token, row cap, timeout, secret-scrubbing and the connection-creation policy), covered in AI & MCP.

Plugins

Update notifications chooses how proactive plugin updates behave — Off, Notify, or Auto (stage compatible updates for the next restart). Plugin sources lists the store index URLs the app fetches from. See Plugin types and the Plugin Store.

Keyboard

All shortcuts are rebindable under Settings ▸ Keyboard; only your overrides are stored (in keymap.json, next to settings.json). See Keyboard shortcuts for the defaults.

Plugins can add their own settings, shown per-plugin. Those are defined by each plugin and aren't part of the list above.