Re: Dependency-free avatica client

2017-04-03 Thread Josh Elser

That's neat stuff! Thanks for sharing, Francis.

Reminds me that I need to get that Docker image together for Sqlline ;)

F21 wrote:

Hi guys,

I discovered a universal sql CLI client written in golang:
https://github.com/knq/usql

The author has added support using my Avatica golang driver
(github.com/Boostport/avatica). The client has no dependencies and
compiles down to a single binary. This makes it easy to start querying
your avatica servers without having to setup a Java environment.

Francis



Dependency-free avatica client

2017-04-02 Thread F21

Hi guys,

I discovered a universal sql CLI client written in golang: 
https://github.com/knq/usql


The author has added support using my Avatica golang driver 
(github.com/Boostport/avatica). The client has no dependencies and 
compiles down to a single binary. This makes it easy to start querying 
your avatica servers without having to setup a Java environment.


Francis