Skip to content

Commit ac60330

Browse files
authored
fix: update 03-jdbc.md (#2642)
Add databend-jdbc connection docs.
1 parent 51fb08d commit ac60330

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/en/developer/00-drivers/03-jdbc.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,20 @@ pstmt.close();
9999
conn.close();
100100
```
101101

102+
## Configuration Reference
103+
104+
For complete databend-jdbc driver configuration options including:
105+
- Connection string parameters
106+
- SSL/TLS configuration
107+
- Authentication methods
108+
- Performance tuning parameters
109+
110+
Please refer to the [official databend-jdbc Connection Guide](https://github.com/databendlabs/databend-jdbc/blob/main/docs/Connection.md).
111+
102112
## Resources
103113

104114
- **Maven Central**: [databend-jdbc](https://repo1.maven.org/maven2/com/databend/databend-jdbc/)
105-
- **GitHub Repository**: [databend-jdbc](https://github.com/databendcloud/databend-jdbc)
115+
- **GitHub Repository**: [databend-jdbc](https://github.com/databendlabs/databend-jdbc)
106116
- **JDBC Documentation**: [Oracle JDBC Guide](https://docs.oracle.com/javase/tutorial/jdbc/)
107117

108118

0 commit comments

Comments
 (0)