File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
docs/en/developer/00-drivers Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,20 @@ pstmt.close();
9999conn. 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
You can’t perform that action at this time.
0 commit comments