Add Cloud SQL to the Cloud Explorer (gcp)
The gcp emulator implements Cloud SQL (~0 operations). The UI does not surface it yet.
Backend (packages/api)
Frontend (packages/frontend)
Acceptance
Reuses the existing database type (a schema stub is marked 'coming soon').
Emulator source: floci-gcp/src/main/java/io/floci/gcp/services/sql/
Add Cloud SQL to the Cloud Explorer (gcp)
The gcp emulator implements Cloud SQL (~0 operations). The UI does not surface it yet.
Backend (
packages/api)src/cloud-spi/databaseSchema.ts—databaseSchemaFor('gcp')(model:src/cloud-spi/storageSchema.ts)src/adapter-gcp/GcpCloudSqlAdapter.tsimplementsCloudServiceAdapter+GcpCloudSqlAdapter.test.ts(model:src/adapter-aws/AwsStorageAdapter.ts)new GcpCloudSqlAdapter()insrc/cloudProxy.ts; addservices.push({...})+schema()fallback insrc/service/CloudProxyService.tsFrontend (
packages/frontend)normalizeService()handles the literal (pages/CloudExplorerPage.tsx)DynamicResourceViewrendering; add aservice === '...'panel only if deep UX is neededAcceptance
Reuses the existing
databasetype (a schema stub is marked 'coming soon').Emulator source:
floci-gcp/src/main/java/io/floci/gcp/services/sql/