Hi there! I have a couple of questions about drivers.
- 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]
- I'm new in Clojure but I have to find any solution in a short time
. 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!