Skip to content

Auto-reconnect after driver installation#122

Merged
Maxteabag merged 2 commits intomainfrom
feature/auto-reconnect-after-driver-install
Jan 31, 2026
Merged

Auto-reconnect after driver installation#122
Maxteabag merged 2 commits intomainfrom
feature/auto-reconnect-after-driver-install

Conversation

@Maxteabag
Copy link
Owner

@Maxteabag Maxteabag commented Jan 31, 2026

Fixes #100, #102

When connecting to a database that requires a missing driver, sqlit now remembers the connection and auto-connects after the driver is installed and the app restarts.

Also:

  • Debug mode (:debug on) now persists across sessions
  • Explorer refresh (f) reloads connections added via CLI

- Save pending connection name when driver is missing
- Auto-connect to saved connection after restart
- Persist debug mode setting across sessions
- Reload connections from disk on explorer refresh (press f)
@Maxteabag Maxteabag merged commit 095cef7 into main Jan 31, 2026
19 of 21 checks passed
@Maxteabag Maxteabag deleted the feature/auto-reconnect-after-driver-install branch January 31, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New connections does not appear on refresh

1 participant