-
Notifications
You must be signed in to change notification settings - Fork 51
Releases: Maxteabag/sqlit
v1.1.13
6858698 What's Changed
- Hotfix PyMySQL localhost resolution to IPv6 (PyMySQL/PyMySQL#509)
Assets 2
v1.1.12
v1.1.11
Added max width on columns in result table. Fixes #48
Added preview cell function, replaces the 'v' keybinding
View cell is now inside the results view instead of a floating dialog. Triggered by 'V* keybinding
Assets 2
v1.1.10
7be13ad Added cloud CLI discovery to 'Connect' module: You have now a convenient way of discovering and connecting to databases connected to your Azure / AWS / Google cloud platform accounts, via their respective CLI's.
screenshot-2025年12月29日_23-46-55
Made Docker discovery more reliable - Fix misc bugs
Changed Mysql package to PyMySQL for more reliability
Improved package installation wizard (You can press 'enter' to install with detected manager first, instead of having to copy paste the correct command)
Added Firewall exception creation dialog when connecting to Azure database when you have an authenticated Azure CLI
Added Amazon Redshift adapter
Added BigQuery adapter
Assets 2
v1.1.9
The autocomplete update
This update introduces a sophisticated SQL completion engine with context-aware DML/DDL suggestions, leveraging schema caching and lazy loading table metadata for autocompletions, and a new idle scheduler for background jobs.
It also adds cross-database query handling with capability detection, adapter improvements for various databases.
When no default database is selected, a UI indicator now shows which database you're connected to. Expanding a database with Enter automatically selects it, replacing the previous 'u' shortcut.
Table expansion and querying is now more robust for databases that don't support cross-database queries. This fixes Postgres and D1 tables appearing empty when no default database is selected, and resolves query errors on Azure SQL. For these databases, we now silently reconnect in the background instead of issuing "use" commands, maintaining a seamless experience.
Assets 2
v1.1.8
168efe4 Added beautiful new themes (Omarchy compatible)
Added option to customize your own theme. Closes #44
Fixed SQL highlighting for light themes
Theme is previewed as you browse
Terminal default (uses your default terminal theme)
textual-ansi
Hackerman
hackerman
Everforest
everforest
Kanagawa
kanagawa
Matte-black
matte-black
Ristretto
ristretto
Osaka-jade
osaka-jade
Sqlit-light
sqlit-light
Assets 2
v1.1.7
- Swap out pyodbc with mssql-python to remove ODBC installation requirement for MSSQL. Thanks @dzsquared
- Remove "Advanced" tab for new connection menu
- Fix turso adapter. Thanks @bertilxi Closes #32
Assets 2
v1.1.6
Make aur decide last compatible version
Assets 2
v1.1.5
Add fallback for older textual versions as AUR packages haven't been updated yet