query - basic print workflow - messages on client

This commit is contained in:
Jan Prochazka
2020-04-05 20:48:04 +02:00
parent 3df4e9b7dc
commit 72375ec635
13 changed files with 315 additions and 24 deletions

View File

@@ -7,6 +7,13 @@ export interface OpenedDatabaseConnection {
subprocess: ChildProcess;
}
export interface OpenedSession {
sesid: string;
conid: string;
database: string;
subprocess: ChildProcess;
}
export interface StoredConnection {
engine: string;
server: string;