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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,11 @@ sqlit is for the developer who just wants to query their database with a user fr
100
100
101
101
## Installation
102
102
103
-
| Method | Command |
104
-
| :----- | :------ |
105
-
| pipx *(recommended)*|`pipx install sqlit-tui`|
106
-
| uv |`uv tool install sqlit-tui`|
107
-
| pip |`pip install sqlit-tui`|
103
+
```text
104
+
# pipx (recommended) pipx install sqlit-tui
105
+
# uv uv tool install sqlit-tui
106
+
# pip pip install sqlit-tui
107
+
```
108
108
109
109
## Usage
110
110
@@ -247,7 +247,7 @@ sqlit is built with [Textual](https://github.com/Textualize/textual) and inspire
247
247
248
248
## Contributing
249
249
250
-
See `CONTRIBUTING.md` for development setup, testing, CI, and CockroachDB quickstart steps.
250
+
See `CONTRIBUTING.md` for development setup, testing, and CI steps.
251
251
252
252
### Driver Reference
253
253
@@ -274,11 +274,11 @@ Most of the time you can just run `sqlit` and connect. If a Python driver is mis
274
274
275
275
SSH tunnel functionality requires additional dependencies. Install with the `ssh` extra:
276
276
277
-
| Method | Command |
278
-
| :----- | :--------------------------------- |
279
-
| pipx|`pipx install 'sqlit-tui[ssh]'`|
280
-
| uv|`uv tool install 'sqlit-tui[ssh]'`|
281
-
| pip |`pip install 'sqlit-tui[ssh]'`|
277
+
```text
278
+
# pipx pipx install 'sqlit-tui[ssh]'
279
+
# uv uv tool install 'sqlit-tui[ssh]'
280
+
# pippip install 'sqlit-tui[ssh]'
281
+
```
282
282
283
283
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