Skip to content

Commit

Permalink
Merge pull request #1905 from ClickHouse/jdbc-v2
Browse files Browse the repository at this point in the history
Loading the V2 code as a separate project to allow them to coexist.
  • Loading branch information
Paultagoras authored Nov 5, 2024
2 parents 3667f7d + 31f03ea commit eb0bfaf
Show file tree
Hide file tree
Showing 30 changed files with 7,348 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jdbc-v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ClickHouse JDBC driver
The official JDBC driver for ClickHouse
## Documentation
See the [ClickHouse website](https://clickhouse.com/docs/en/integrations/language-clients/java/jdbc) for the full documentation entry.

## Examples
For more example please check [here](https://github.com/ClickHouse/clickhouse-java/tree/main/examples/jdbc).
403 changes: 403 additions & 0 deletions jdbc-v2/pom.xml

Large diffs are not rendered by default.

Loading

0 comments on commit eb0bfaf

Please sign in to comment.