support app queries

This commit is contained in:
Jan Prochazka
2022-03-17 19:32:56 +01:00
parent e181318e24
commit d888feeaf8
13 changed files with 234 additions and 34 deletions

View File

@@ -19,6 +19,7 @@ export interface OpenedSession {
sesid: string;
conid: string;
database: string;
killOnDone?: boolean;
subprocess: ChildProcess;
}