selectIntegration(INTERNAL)}
+ class="item hoverable"
+ >
+
+
+
+ Budibase DB (no prior data required)
+
+
+
+ {#each Object.entries(integrations).filter(([key]) => key !== INTERNAL) as [integrationType, schema]}
+
selectIntegration(integrationType)}
+ class="item hoverable"
+ >
+
+
+
+
+ {schema.name || IntegrationNames[integrationType]}
+
+
+ {/each}
+
+