Download Latest Version v1.4.0 source code.tar.gz (10.4 MB)
Email in envelope

Get an email when there's a new version of sqlit

Home / v1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-01-31 2.0 kB
v1.3.0 source code.tar.gz 2026-01-31 10.3 MB
v1.3.0 source code.zip 2026-01-31 10.6 MB
Totals: 3 Items   20.8 MB 2

This release includes improvements giving you more control of what to execute and what to comment, among with more VIM features such as counted operations, line numbers (and relative line numbers setting), and lots of other quality of life fixes.

Features

  • Add gruvbox-light theme (PR [#92] by @kanlac)
  • Add more basic VIM bindings for query editor: I, C, D (PR [#95] by @BreitbandModem)
  • Add counter vim motions, so that 3j and d3w works, etc.
  • Add Supabase pooler shard option
  • feat: add vim count prefix support for motions and operators
  • Add query alert mode. This allows you to enable a confirm button for create/update and delete operations. issues: [#81]
  • feat: add MotherDuck cloud support. issues: [#103]
  • feat: pass extra_options to database drivers and add authentication settings for snowflake issues: [#108]
  • Add ability toggle comment for current statement of cursor
  • Add ability to toggle comment for selection (g+c+s) @LVG77
  • Add ability to run current statement of cursor (g+s) @LVG77

Improvements and fixes

  • fix: InMemory query history contains duplicates (PR [#104] by @bivashy) — issues: [#99]
  • fix: move Commands hint to left side for better discoverability (PR [#105] by @koriyoshi2041) — issues: [#83]
  • fix: Thai language (TIS-620) Unicode support for MySql
  • Execute selection by default, fix comment execution — issues: [#97]
  • Fix MySQL create database command — issues: [#107]
  • Auto-refresh explorer after DDL commands
  • Fix "update" via results keybinding not using primary key for generated SQL query
  • Connect directly to an existing connection via CLI flag "-c "mydb" or --connection "mydb" — issues: [#88]
  • Improve explorer refresh cursor restore
  • Explorer filtering now hides the filtered away results in the connection explorer
  • Auto-reconnect after driver installation— issues: [#102] -Fix refresh when adding connections via CLI while sqlit is running [#100]
Source: README.md, updated 2026-01-31