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
queryit # open with empty tab bar
queryit --profile local-new # connect to a saved profile on launch
queryit profile list # list saved profiles
queryit profile add # add a profile interactively
queryit profile remove <name># delete a profile
Key bindings
Global
Key
Action
ctrl+t
Open connection selector
tab / shift+tab
Next / previous tab
ctrl+w
Close current tab
ctrl+o
Toggle schema browser
ctrl+q
Quit
Input pane
Key
Action
F5
Execute query
ctrl+c
Clear input
ctrl+r
Search query history
up / down
Cycle through session queries
esc
Cycle focus (input → recent → results → browser)
Results pane
Key
Action
j / k
Next / previous row
h / l
Previous / next column (cell cursor)
n / p
Next / previous page
+ / -
Increase / decrease page size
v
Toggle table / expanded row view
enter
Open JSON viewer (current cell must show [J])
y
Open copy/export menu
JSON viewer
Opens when the focused cell contains a JSON value ([J] indicator visible).
Passwords prefixed with $ are read from the environment at connect time.
The driver field defaults to postgres when omitted — existing configs need no changes.
Backslash commands
All commands work across drivers; the underlying query is adapted per database.