This message was deleted.
# general
s
This message was deleted.
b
best "native" tool is the druid console. But, DBeaver apparently supports Apache Calcite Avatica, which can connect to druid using JDBC.
v
yeah...dbeaver works. You just have to choose Apache calcite avatica from the data base list and provide the jdbc url
Copy code
jdbc:avatica:remote:url=<http://localhost:8082/druid/v2/sql/avatica/>
dbeaver will automatically download the driver from avatica and connect
i
Thank you so much guys, I will try this.