(improvement)(headless) support more db type (#1511)

Co-authored-by: lxwcodemonkey
This commit is contained in:
LXW
2024-08-06 20:24:49 +08:00
committed by GitHub
parent 45fb83356f
commit c8fe6d2d04
17 changed files with 296 additions and 157 deletions

View File

@@ -116,6 +116,11 @@
<artifactId>duckdb_jdbc</artifactId>
<version>${duckdb_jdbc.version}</version>
</dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>8.1.2.192</version>
</dependency>
</dependencies>