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();
99
99
conn. close();
100
100
```
101
101
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
+
102
112
## Resources
103
113
104
114
- ** 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 )
106
116
- ** JDBC Documentation** : [ Oracle JDBC Guide] ( https://docs.oracle.com/javase/tutorial/jdbc/ )
107
117
108
118
You can’t perform that action at this time.
0 commit comments