https://github.com/questdb/desktop-questdb-client
Desktop client application that uses the Postgres Wire Protocol to connect QuestDB
https://github.com/questdb/desktop-questdb-client
Last synced: 7 months ago
JSON representation
Desktop client application that uses the Postgres Wire Protocol to connect QuestDB
- Host: GitHub
- URL: https://github.com/questdb/desktop-questdb-client
- Owner: questdb
- License: apache-2.0
- Created: 2023-05-15T08:26:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T11:24:20.000Z (over 2 years ago)
- Last Synced: 2025-06-06T22:11:17.283Z (7 months ago)
- Language: Java
- Size: 345 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desktop QuestDB Client
This is a desktop user interface to common `postgress wire protocol`-compatible databases such as:
- [**QuestDB**](https://github.com/questdb/questdb/)
- [**Postgres**](https://github.com/postgres/postgres/)
## Run commands
- windows: `gradlew.bat run`
- mac/linux: `./gradlew run`
## Build commands
- wrapper: regenerates the gradle scaffolding,
*eg.* `gradle wrapper`, so that then you can use the subsequent commands.
- **build**: `./gradlew clean build`
## Installation
After the **build** command completes, you will find a zip file in `build/distributions/`:
- `cd build/distributions`
- `unzip desktop-questdb-client-*.zip`
- `cd desktop-questdb-client-`
- `bin/start-client` (or `bin\start-client.bat` in windows)