mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-23 13:37:10 +08:00
feat:support system database and schemas
This commit is contained in:
@ -321,4 +321,10 @@ public class MysqlMetaData extends DefaultMetaService implements MetaData {
|
||||
public ValueHandler getValueHandler() {
|
||||
return new MysqlValueHandler();
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getSystemDatabases() {
|
||||
return systemDatabases;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user