Skip to content

Commit eb0bfaf

Browse files
authored
Merge pull request #1905 from ClickHouse/jdbc-v2
Loading the V2 code as a separate project to allow them to coexist.
2 parents 3667f7d + 31f03ea commit eb0bfaf

30 files changed

+7348
-0
lines changed

jdbc-v2/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ClickHouse JDBC driver
2+
The official JDBC driver for ClickHouse
3+
## Documentation
4+
See the [ClickHouse website](https://clickhouse.com/docs/en/integrations/language-clients/java/jdbc) for the full documentation entry.
5+
6+
## Examples
7+
For more example please check [here](https://github.com/ClickHouse/clickhouse-java/tree/main/examples/jdbc).

jdbc-v2/pom.xml

Lines changed: 403 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)