{#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 datasource
{#each Object.entries(integrations).filter(([key, val]) => key !== IntegrationTypes.INTERNAL && !val.custom) as [integrationType, schema]} selectIntegration(evt.detail)} {schema} bind:integrationType {integration} /> {/each}
{#if customIntegrations.length > 0} Custom datasource
{#each customIntegrations as [integrationType, schema]} selectIntegration(evt.detail)} {schema} bind:integrationType {integration} /> {/each}
{/if}