documentation/integrations/visualization/qstudio.md
import Screenshot from "@theme/Screenshot"
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.
Download 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:
host:localhost
port:8812
database:qdb
user:admin
password:quest
Run queries with:
export const screenshotTitle = "Screenshot of the qStudio UI running QuestDB query"
<Screenshot alt={screenshotTitle} title={screenshotTitle} src="images/guides/qstudio/qstudio-query.webp" width={820} height={460} />