mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
[improvement][launcher]Support DuckDB database and refactor translator code structure.
This commit is contained in:
@@ -8,7 +8,8 @@ public enum EngineType {
|
||||
KAFKA(4, "kafka"),
|
||||
H2(5, "h2"),
|
||||
POSTGRESQL(6, "postgresql"),
|
||||
OTHER(7, "other");
|
||||
OTHER(7, "other"),
|
||||
DUCKDB(8, "duckdb");
|
||||
|
||||
private Integer code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user