I once considered whether we could incorporate SQLPad as the query
execution interface in the web UI, but never got around to looking into it.
The problem with using the REST api is that it becomes unwieldy when the
number of records returned by the query becomes large. I haven't looked at
the code in SQLPad, but is there a way to use the JDBC/ODBC API's ?

On Thu, Nov 29, 2018 at 7:33 AM Charles Givre <cgi...@gmail.com> wrote:

> All,
> There is a really nice open source tool out there called SQLPad.  In
> addition to executing basic SQL Queries, SQLPad enables to to export
> results and produce basic visualizations.  Until recently, SQLPad did not
> support Drill however, I just wrote a first attempt at Drill support which
> you can download here:
>
> https://github.com/cgivre/sqlpad/tree/drill <
> https://github.com/cgivre/sqlpad/tree/drill>
>
> Please check it out and let me know what you think.
> Best,
> — C

Reply via email to