mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 11:12:55 +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