mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: code review
This commit is contained in:
@@ -15,6 +15,11 @@ export const DbType = {
|
||||
};
|
||||
|
||||
export interface DbDialect {
|
||||
/**
|
||||
* 获取格式化sql对应的dialect名称
|
||||
*/
|
||||
getFormatDialect(): string;
|
||||
|
||||
/**
|
||||
* 获取图标信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user