{#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]) => key !== IntegrationTypes.INTERNAL) as [integrationType, schema]}
selectIntegration(integrationType)} class="item hoverable" >
{schema.friendlyName} {#if schema.type} {schema.type || ""} {/if}
{/each}