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

https://github.com/marregui/quest

Desktop client application that uses the Postgres Wire Protocol to connect to a compatible database such as QuestDB, CrateDB, TimescaleDB and Postgres.
https://github.com/marregui/quest

gui java questdb questdb-desktop-client sql swing-gui timeseries

Last synced: 7 months ago
JSON representation

Desktop client application that uses the Postgres Wire Protocol to connect to a compatible database such as QuestDB, CrateDB, TimescaleDB and Postgres.

Awesome Lists containing this project

README

          

# quest

Quest 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)

## Build commands

- wrapper: regenerates the gradle scaffolding,
*eg.* `gradle whapper`, so that then you can use the subsequent commands.
- **build**: `./gradlew clean build`

## Run commands (to develop)

- windows: `gradlew.bat run`
- mac/linux: `./gradlew run`

## Installation

After the **build** command completes, you will find a zip file in `build/distributions/`:

- `cd build/distributions`
- `unzip quest-*.zip`
- `cd quest-`
- `bin/quest` (or `bin\quest.bat` in windows)