Microsoft.DataApiBuilder 2.0.8

Prefix Reserved
dotnet tool install --global Microsoft.DataApiBuilder --version 2.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Microsoft.DataApiBuilder --version 2.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Microsoft.DataApiBuilder&version=2.0.8
                    
nuke :add-package Microsoft.DataApiBuilder --version 2.0.8
                    

Data API builder for Azure Databases

License: MIT Documentation

What's new?

About

Data API builder for Azure Databases provides modern REST and GraphQL endpoints and MCP tools to your Azure Databases.

With data API builder, database objects can be exposed via REST or GraphQL endpoints as well as MCP tools so that your data can be accessed using modern techniques on any platform, any language, and any device. With an integrated and flexible policy engine, native support for common behavior like pagination, filtering, projection and sorting, the creation of CRUD backend services and MCP tools can be done in minutes instead of hours or days, giving developers an efficiency boost like never seen before.

Data API builder is Open Source and works on any platform. It can be executed on-premises, in a container or as a Managed Service in Azure, via the Database Connection feature available in Azure Static Web Apps.

Features

  • Allow collections, tables, views and stored procedures to be accessed via REST, GraphQL, and MCP
  • Support authentication via OAuth2/JWT
  • Support for EasyAuth when running in Azure
  • Role-based authorization using received claims
  • Item-level security via policy expressions
  • REST
    • CRUD operations via POST, GET, PUT, PATCH, DELETE
    • Filtering, sorting and pagination
  • GraphQL
    • Queries and mutations
    • Filtering, sorting and pagination
    • Relationship navigation
  • MCP (Model Context Protocol)
    • Exposes database tables, views, and stored procedures through MCP tools
    • Compatible with any MCP-enabled AI client (e.g., GitHub Copilot, Azure AI Foundry)
    • DML tools for create, read, update, and delete operations
    • Custom tools via stored procedures
  • Easy development via dedicated CLI
  • Full integration with Static Web Apps via Database Connection feature when running in Azure
  • Open Source

Getting started

Use the Getting Started tutorial to quickly explore the core tools and concepts.

Other endpoints to explore
  • DAB's Health endpoint: http://localhost:5000/health
  • DAB's Swagger UI: http://localhost:5000/api/openapi

Additional resources

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
2.0.8 719 5/28/2026
2.0.7-rc 139 5/28/2026
2.0.6-rc 131 5/27/2026
2.0.1-rc 689 5/7/2026
2.0.0-rc 2,418 3/14/2026
1.7.93 7,570 4/14/2026
1.7.92 3,138 3/26/2026
1.7.90 3,360 3/4/2026
1.7.89-rc 161 3/4/2026
1.7.86-rc 1,600 2/3/2026
1.7.83-rc 1,201 11/18/2025
1.7.81-rc 573 11/12/2025
1.7.75-rc 169 10/25/2025
1.7.74-rc 189 10/24/2025
1.6.87 4,557 2/4/2026
1.6.84 2,621 12/11/2025
1.6.77 2,629 10/28/2025
1.6.58-rc 309 6/24/2025
1.5.56 3,774 6/24/2025
1.5.50 855 6/13/2025
Loading failed