mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 10:43:06 +08:00
Support database or schema
This commit is contained in:
@ -128,4 +128,14 @@ public class DataSourceVO {
|
||||
* 服务类型
|
||||
*/
|
||||
private String serviceType;
|
||||
|
||||
/**
|
||||
* 是否支持数据库
|
||||
*/
|
||||
private boolean supportDatabase;
|
||||
|
||||
/**
|
||||
* 是否支持schema
|
||||
*/
|
||||
private boolean supportSchema;
|
||||
}
|
||||
|
Reference in New Issue
Block a user