Skip to content
/ quest Public

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

License

Notifications You must be signed in to change notification settings

marregui/quest

Repository files navigation

quest

Quest is a desktop user interface to common postgress wire protocol-compatible databases such as:

Build commands

  • <your system's gradle command> 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-<version>
  • bin/quest (or bin\quest.bat in windows)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published