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