An open API service indexing awesome lists of open source software.

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

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)