The Data API Builder lets you quickly create REST or GraphQL endpoints from database objects. This means your data is accessible from any device, in any language. Its features include an adaptable policy engine and support for essentials like pagination, filtering, and sorting, making CRUD backend service creation a breeze and supercharging developer efficiency.
Data API builder is Open Source and works on any platform. It can be executed on-premises, in container or as a Managed Service in Azure, via the new Database Connection feature available in Azure Static Web Apps.
Features
- Allow collections, tables, views and stored procedures to be accessed via REST and GraphQL
- 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
- Easy development via dedicated CLI
- Full integration with Static Web Apps via Database Connection feature when running in Azure
- Open Source