Zoho Analytics and DBeaver

Zoho Analytics and DBeaver

Is there a way to connect DBeaver to Zoho Analytics. I am able to connect DBVisualizer but since it is a paid tool, I prefer to use DBeaver Community.

The problem is as follows:
- I am able to make a successful connection to ZA using DBeaver
- I am able to view the ZA Workspaces and Schema correctly from within DBeaver
- However when I try to execute a SELECT query, I get the error "SQL Error: Not Implemented". I have attached the complete log

On further investigation, it seems that DBeaver's core code for generic database drivers is written to use "createStatement" whereas Zoho's JDBC driver doesn't have an implementation for "createStatement"  and offers "prepareStatement" routine instead. 

So we either need an upgraded driver or a way to force DBeaver to use "prepareStatement". I have tried setting several parameters in DBeaver as properties but that hasnt helped either.

Also happy to take suggestions on other freeware tools used to connect to ZA. My requirement is to be able to use Git from within the tool to do version control on Query table SQLs and also to generate ERDs