Skip to content

ClickHouse native JDBC adapter for HugSQL.

Notifications You must be signed in to change notification settings

day8/hugsql-clickhouse

 
 

Repository files navigation

HugSQL Adapter ClickHouse Native JDBC

An adapter between HugSQL and the ClickHouse JDBC driver.

Usage

Follow the HugSQL documentation for using third-party adapters.

Add the following to your project.clj:

Clojars Project

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-))

Tests

The tests assume you have a local instance of ClickHouse running on port 9000.

%> boot bat-test -c

License

Copyright © 2019 2DA Analytics

About

ClickHouse native JDBC adapter for HugSQL.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%