{ chooseNextModal() }} > All apps need data. You can connect to a data source below, or add data to your app using Budibase's built-in database - it's simple!
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}