mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
TableDataTab
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { ChildProcess } from 'child_process';
|
||||
|
||||
export interface EngineDriver {
|
||||
connect({ server, port, user, password });
|
||||
query(pool, sql: string): Promise<any[]>;
|
||||
@@ -23,4 +25,5 @@ export interface OpenedDatabaseConnection {
|
||||
id: string;
|
||||
database: string;
|
||||
structure: DatabaseInfo;
|
||||
}
|
||||
subprocess: ChildProcess;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user