{#if integration?.auth?.type === "google"} {:else} {/if} {#if integration.type === "REST"} modal.show()} /> {/if} showImportModal()} showCancelButton={false} size="M" onConfirm={() => { chooseNextModal() }} > Get started with Budibase DB
selectIntegration(IntegrationTypes.INTERNAL)} class="item hoverable" >
Budibase DB Non-relational
Connect to an external data source
{#each Object.entries(integrations).filter(([key, val]) => key !== IntegrationTypes.INTERNAL && !val.custom) as [integrationType, schema]} selectIntegration(evt.detail)} {schema} bind:integrationType {integration} /> {/each}
Custom data source {#each Object.entries(integrations).filter(entry => entry[1].custom) as [integrationType, schema]} selectIntegration(evt.detail)} {schema} bind:integrationType {integration} /> {/each}