MCPcopy Create free account
hub / github.com/TabularisDB/tabularis / newConsoleForDatabase

Function newConsoleForDatabase

src/utils/newConsole.ts:9–11  ·  view source on GitHub ↗
(databaseName: string)

Source from the content-addressed store, hash-verified

7}
8
9export function newConsoleForDatabase(databaseName: string): NewConsoleSpec {
10 return { sql: "", title: databaseName, schema: databaseName };
11}
12
13export function newConsoleForTable(
14 tableName: string,

Callers 2

ExplorerSidebarFunction · 0.90
newConsole.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected