| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-18 | 1.6 kB | |
| v1.4.0 source code.tar.gz | 2026-04-18 | 10.4 MB | |
| v1.4.0 source code.zip | 2026-04-18 | 10.8 MB | |
| Totals: 3 Items | 21.2 MB | 1 | |
v1.4.0
New database providers
- Added adapters for Impala, osquery, and SurrealDB.
## Features
- Moved config storage to the XDG config directory, with automatic migration from ~/.sqlit. Thanks @ermengchao and @hrfried. #180, #174, #129
- Added password_command support for fetching passwords at connect time, including CLI flags for database and SSH passwords. Thanks @augustocdias. #165, #138
- Added Vim visual modes in the query editor. Thanks @chasleslr. #172
- Added more Vim-style navigation in the results view. Thanks @bussnet. #181, #170
- Added x and ^ keybindings in non-insert mode. Thanks @msoos. #140
- Updated the Nix flake to include bundled database drivers by default, plus a helper for custom driver sets. Thanks @joonnna and @sitaktif. #178, #154, #126
- Improved autocomplete dropdown sizing for long suggestions. Thanks @hexycat. #173
- Empty result sets now still show column headers. [#176]
## Bug fixes
- Improved Teradata query classification and metadata handling. Thanks @ErwonB. #135
- Fixed PostgreSQL hangs when selecting bytea columns. Thanks @AlexZeitler. #171, #161
- Fixed silent process-worker hangs caused by pickle failures. Thanks again @AlexZeitler. #177
- Corrected the D1 adapter endpoint. Thanks @jegork. [#179], #159
- Fixed HANA column lookup on HANA Cloud. Thanks @Pineappletooth. #182, #153
- Fixed Telescope errors on fresh start with no active connection. #164
- Fixed clipped last rows in stacked result tables. Thanks @Mrthnx. #163, #132