MCPcopy Create free account
hub / github.com/bytebase/bytebase / enginesSupportCreateDatabase

Function enginesSupportCreateDatabase

frontend/src/utils/v1/instance.ts:112–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110};
111
112export const enginesSupportCreateDatabase = () => {
113 return [
114 Engine.MYSQL,
115 Engine.POSTGRES,
116 Engine.MSSQL,
117 Engine.SNOWFLAKE,
118 Engine.CLICKHOUSE,
119 Engine.MONGODB,
120 Engine.TIDB,
121 Engine.OCEANBASE,
122 Engine.REDSHIFT,
123 Engine.MARIADB,
124 Engine.STARROCKS,
125 Engine.HIVE,
126 Engine.COCKROACHDB,
127 Engine.DORIS,
128 ];
129};
130
131export const instanceV1HasCreateDatabase = (
132 instanceOrEngine: Instance | InstanceResource | Engine

Callers 2

CreateDatabaseSheetFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected