qStudio
qStudio is a free SQL GUI. It allows to run SQL scripts, browse tables easily, chart and export results.
qStudio includes charting functionality including time-series charting which is particularly useful with QuestDB. It works on every operating system and with every database including QuestDB via the PostgreSQL driver.
#
Prerequisites- A running QuestDB instance (See Getting Started)
#
Configure QuestDB connectionDownload qStudio for your OS
Launch qStudio
Go to
Server
->Add Server
Click
Add data source
Choose the
PostgreSQL
plugin and configure it with the following settings:
#
Sending QueriesRun queries with:
- Ctrl+Enter to run the current line, or
- Ctrl+E to run the highlighted code.
