I am trying to run calcite and sqlline with druid. I downloaded the ZIP from calcite downloads website and put it inside the druid folder. When i try to run sqlline command
!connect jdbc:calcite:model=druid/src/test/resources/druid-wiki-model.json admin admin
from the calcite folder it throws driver error
No known driver to handle "jdbc:calcite:model=druid/src/test/resources/druid-wiki-model.json"
.
Am i missing some driver or installation ?