Skip to content

Files

Latest commit

337db59 · May 15, 2025

History

History

Usage of DBeaver Team Edition GraphQL API with Go

How to start:

  1. Change the current directory to the directory with this README file.
  2. Create the ../.env file from the ../.env.template (see the repository root for file .env.template)
cp ../.env.template ../.env
  1. Fill the environment variables in the .env file.
  2. You are ready to Go!
go build && ./go

or

go run .