An adapter between HugSQL and the ClickHouse JDBC driver.
Follow the HugSQL documentation for using third-party adapters.
Add the following to your project.clj
:
Then you have to install the adapter:
(ns core
(:require [hugsql.core :as hugsql]
[hugsql.adapter.clickhouse-jdbc :as clickhouse]))
(hugsql/def-db-fns "fns.sql")
(hugsql/set-adapter! (clickhouse/hugsql-adapter-))
The tests assume you have a local instance of ClickHouse running on port 9000.
%> boot bat-test -c
Copyright © 2019 2DA Analytics