We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcee3f0 commit 150bc2fCopy full SHA for 150bc2f
README.md
@@ -3,9 +3,14 @@ a database management tui for postgres
3
4
> [frogs find refuge in elephant tracks](https://www.sciencedaily.com/releases/2019/06/190604131157.htm)
5
6
+## usage
7
+`make dev`
8
+or
9
+`cargo run -- -u $(url)`
10
+
11
## TODO
12
- [x] scrollable table
-- [ ] async querying (spawn tokio task?)
13
+- [x] cancellable async querying (spawn tokio task)
14
- [ ] menu list with tables and schemas (collapsable)
15
- [ ] loading state when querying
16
- [ ] tui-textarea for query editor
0 commit comments