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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ or
10
10
11
11
`cargo run -- -u $(connection_url)`
12
12
13
-
where `connection_url` includes the username:password for accessing the database (ex. postgres://username:password@localhost:5432/postgres)
13
+
where `connection_url` includes the username:password for accessing the database (ex. `postgres://username:password@localhost:5432/postgres`)
14
14
15
15
## known issues
16
16
- for query results with many columns, the height of the rendered `Table` widget may be limited, as the maximum area of the underlying buffer is `u16::MAX` (65,535)
@@ -20,7 +20,8 @@ where `connection_url` includes the username:password for accessing the database
20
20
-[x] cancellable async querying (spawn tokio task)
21
21
-[x] menu list with tables and schemas (collapsable)
22
22
-[x] tui-textarea for query editor
23
-
-[ ] tui-textarea vim keybindings
23
+
-[x] basic tui-textarea vim keybindings
24
+
= [] table footer
24
25
-[ ] table selection and yanking
25
26
-[ ] keybindings hints at bottom
26
27
-[ ] handle mouse events
@@ -31,3 +32,4 @@ where `connection_url` includes the username:password for accessing the database
0 commit comments