Skip to content

Commit

Permalink
Merge pull request #10 from databendcloud/docs
Browse files Browse the repository at this point in the history
chore: add connection reference doc in README
  • Loading branch information
ZhiHanZ authored Feb 1, 2023
2 parents 246303d + 3ad4df9 commit 9a74448
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add following code block as a dependency
<dependency>
<groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
```

Expand Down Expand Up @@ -40,3 +40,6 @@ public class Main {
}
}
```

For detailed references, please take a look at the following Links:
1. [Connection Parameters](./docs/Connection.md) : detailed documentation about how to use connection parameters in a jdbc connection

0 comments on commit 9a74448

Please sign in to comment.