bendsql
Work seamlessly with Databend Cloud from the command line.
Installation
go install
Clone the repo and exec cd cmd/bendsql && go install
and the bendsql
will be installed in $GOPATH/bin
.
From source code
Clone the repo and exec make install
, it will install bendsql
in /usr/local/bin
make install
Binary
Visit https://github.com/databendcloud/bendsql/releases/latest
and download binary package according your arch.
Then bendsql -h
, enjoy it!