Fill out the form below to get a personalized demo of App Builder and even see some of the amazing things to come!
Thank you for reaching out!
An App Builder representative will be in touch with you shortly!
Quick Start: Connect App Builder with Microsoft’s Data API Builder for Any Database
Want to quickly connect your database and build full-featured apps? This guide will show you how to connect App Builder with Microsoft's Data API Builder. Read more.
Want to quickly connect your database to App Builder and start building full-featured apps with REST APIs? This guide will walk you through using Microsoft’s Data API Builder (DAB) to create a REST API from any supported database (SQL Server, MySQL, PostgreSQL, and more) — and then plug it directly into App Builder.
Why Use Data API Builder?
Microsoft’s DAB provides a fast and flexible way to expose your database via REST or GraphQL without writing a backend. Here’s what you get out of the box:
You’ll need a database ready to go — SQL Server, MySQL, or PostgreSQL. Use SQL Server Management Studio, MySQL Workbench, or your preferred DB tool to spin one up.
In this example, we’ll use an MSSQL database.
Step 3: Initialize the DAB Configuration
Create a baseline configuration file using your connection string:
dab init --database-type "mssql" --host-mode "Development" --connection-string "Server=YOUR_SERVER;Database=YOUR_DB;Integrated Security=True;"
Then, add an entity:
dab add Products --source "Products" --permissions "anonymous:*"
This adds a REST endpoint for the Products table. You can now interact with it via /api/Products.
Enable CORS if needed:
jsonCopyEdit"origins": ["*"]
Here’s what your basic dab-config.json might look like (simplified for clarity):
In just a few steps, you’ve built and tested a REST API from your database and connected it to App Builder. Whether working with legacy databases or starting fresh, Data API Builder helps you move fast, and App Builder brings your front-end to life.
You can watch our webinar to see how to handle database integration seamlessly using Data API Builder.
App Builder streamlines anything from design to code, and with the recently introduced Form Builder functionality and its intuitive drag-and-drop interface, creating forms now happens faster and more efficiently than ever before.
What are the three key components that can help you visualize and interact with complex data? Learn more about TreeGrid, Tree Component, and Hierarchical Grid.
According to low-code statistics by Forrester, “91% of IT and business decision makers responsible for digital transformation initiatives at enterprises in the US, the UK, Canada, and Australia use low code to improve existing IT capabilities to promote agility and innovation.” And now, they are used as tools to improve developer productivity too. But how?
Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website, we understand that you accept their use. Cookie Policy.
Deliver better customer experiences faster with the low code WYSIWYG App Builder to drive your teams success. Find the plan that works best by filling out the form below.
Thank you!
Thank you for reaching out! Our representative will be in touch with you shortly!