Develop Driver for JDBC databases

Hi there! I have a couple of questions about drivers.

  1. Is there any driver that support connection to databases which could be queried with java.sql library? For example, I can connect to "jdbc:avatica:remote:url=http://localhost:8082/druid/v2/sql/avatica/" with java.sql.[Connection, DriverManager]
  2. I'm new in Clojure but I have to find any solution in a short time :smiley:. If I have to write my own driver, which drivers I could use as a template (which of them is the most convenient for my case)?

Thank you in advance!

Hi @stolnyimax
I would recommend that you just look at the past couple of topics in https://discourse.metabase.com/c/driver-development
Specifically Custom Druid Driver