dbgate-tools
Version:
Auxiliary tools for other DbGate packages.
7 lines (6 loc) • 308 B
TypeScript
export declare function getDatabaseFileLabel(databaseFile: any): any;
export declare function getConnectionLabel(connection: any, { allowExplicitDatabase, showUnsaved }?: {
allowExplicitDatabase?: boolean;
showUnsaved?: boolean;
}): any;
export declare function getEngineLabel(connection: any): any;