data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.

Results 387 data-api-builder issues
Sort by recently updated
recently updated
newest added

## What is it? Today DAB supports `/api` and `/graphql`, this introduces `/odata`. ## What is OData? **OData (Open Data Protocol)** is an advanced REST-based protocol designed for querying and...

enhancement
rest

## What is it? * Introduce `$skip` and `$take` for index-based pagination in REST queries. * Enable scalar `$count` queries for total record counts. * Enhance flexibility in handling large...

enhancement
rest

# What is it? ## For OpenAPI & REST * Add CLI support to export role-specific OpenAPI to a JSON file based on config permissions `dab export-openapi -role: administrator -output:...

enhancement
graphql
rest

## What is it? * Simulate custom token claims for development and testing scenarios. * Allow testing of authentication and role-based policies without a live Azure Entra ID tenant. *...

enhancement
auth

## What is it? * Introduce a `fields` property under an `entity`. This gives us: 1. a unified field description (in OpenAPI & GQL Schema) 1. a toggle to include...

enhancement
config

### Abstract Support the insertion of multiple items to a single table in a single POST request ### Additional Details on Request Header and Body To be Added ```[tasklist] ###...

enhancement

Improvement two-fold: 1. Update docs to show how to attach and launch container in Azure without building a wrapping container around DAB's published container as is present in these two...

documentation
enhancement
container

## What is it? * Update `dab init` to create a `.env` file when a connection string is supplied. * Update `dab start` to output a summary table after starting....

enhancement

We currently have a function called `IsDevelopmentMode` which is a part of the interface `ISqlMetadataProvider`. Therefore, the `SqlMetdataProvider` and the `CosmosSqlMetadataProvider` classes both implement this function. However, all this function...

refactor