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
+26-19Lines changed: 26 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,12 @@ uv tool install sqlit-tui
86
86
pip install "sqlit-tui"
87
87
```
88
88
89
+
### Method 4: AUR (Arch Linux)
90
+
91
+
```bash
92
+
yay -S python-sqlit-tui
93
+
```
94
+
89
95
## Usage
90
96
91
97
```bash
@@ -215,32 +221,33 @@ See `CONTRIBUTING.md` for development setup, testing, CI, and CockroachDB quicks
215
221
216
222
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.
234
240
235
241
### SSH Tunnel Support
236
242
237
243
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