{ 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.
selectIntegration(IntegrationTypes.INTERNAL)} class="item hoverable" >
Budibase DB
Connect to data source
{#each Object.entries(integrations).filter(([key]) => key !== IntegrationTypes.INTERNAL) as [integrationType, schema]}
selectIntegration(integrationType)} class="item hoverable" >
{schema.name || IntegrationNames[integrationType]}
{/each}