dbgate-tools
Version:
Auxiliary tools for other DbGate packages.
7 lines (6 loc) • 519 B
TypeScript
import type { EngineDriver, ExtensionsDirectory } from 'dbgate-types';
export declare function extractShellApiPlugins(functionName: any, props: any): string[];
export declare function extractPackageName(name: any): string;
export declare function compileShellApiFunctionName(functionName: any): string;
export declare function evalShellApiFunctionName(functionName: any, dbgateApi: any, requirePlugin: any): any;
export declare function findEngineDriver(connection: any, extensions: ExtensionsDirectory): EngineDriver;