Added postgreSQL terminal

This commit is contained in:
Srinath Narayanan
2021-07-08 03:22:13 -07:00
parent 5f66f113af
commit 659d5a6677
4 changed files with 24 additions and 1 deletions

View File

@@ -1164,6 +1164,10 @@ export default class Explorer {
title = "Cassandra Shell";
break;
case ViewModels.TerminalKind.PostgreSQL:
title = "PostgreSQL Shell";
break;
default:
throw new Error("Terminal kind: ${kind} not supported");
}