Skip to content

Commit 150bc2f

Browse files
update todos/readme
1 parent fcee3f0 commit 150bc2f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ a database management tui for postgres
33

44
> [frogs find refuge in elephant tracks](https://www.sciencedaily.com/releases/2019/06/190604131157.htm)
55
6+
## usage
7+
`make dev`
8+
or
9+
`cargo run -- -u $(url)`
10+
611
## TODO
712
- [x] scrollable table
8-
- [ ] async querying (spawn tokio task?)
13+
- [x] cancellable async querying (spawn tokio task)
914
- [ ] menu list with tables and schemas (collapsable)
1015
- [ ] loading state when querying
1116
- [ ] tui-textarea for query editor

0 commit comments

Comments
 (0)