mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
style
This commit is contained in:
@@ -7,15 +7,12 @@ export interface EngineDriver {
|
||||
analyseIncremental(pool): Promise<void>;
|
||||
}
|
||||
|
||||
// export interface NameWithSchema {
|
||||
// schema: string;
|
||||
// name: string;
|
||||
// }
|
||||
|
||||
export interface TableInfo {
|
||||
// name: NameWithSchema;
|
||||
tableName: string;
|
||||
export interface NamedObjectInfo {
|
||||
pureName: string;
|
||||
schemaName: string;
|
||||
}
|
||||
|
||||
export interface TableInfo extends NamedObjectInfo {
|
||||
}
|
||||
|
||||
export interface DatabaseInfo {
|
||||
|
||||
Reference in New Issue
Block a user