You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-21Lines changed: 19 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,6 @@ sqlit is for the developer who just wants to query their database with a user fr
103
103
| pipx *(recommended)*|`pipx install sqlit-tui`|
104
104
| uv |`uv tool install sqlit-tui`|
105
105
| pip |`pip install sqlit-tui`|
106
-
| aur |`yay -S python-sqlit-tui`|
107
106
108
107
## Usage
109
108
@@ -236,33 +235,32 @@ See `CONTRIBUTING.md` for development setup, testing, CI, and CockroachDB quicks
236
235
237
236
Most of the time you can just run `sqlit` and connect. If a Python driver is missing, `sqlit` will show (and often run) the right install command for your environment.
**Note:** SQL Server also requires the platform-specific ODBC driver. On your first connection attempt, `sqlit` can help you install it if it's missing.
255
254
256
255
### SSH Tunnel Support
257
256
258
257
SSH tunnel functionality requires additional dependencies. Install with the `ssh` extra:
If you try to create an SSH connection without these dependencies, sqlit will detect this and show you the exact command to install them for your environment.
0 commit comments