data-api-builder
data-api-builder copied to clipboard
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
### What happened? This is the Swagger UI  ### Version 1.1.7 ### What database are you using? Azure SQL ### What hosting model are you using? Local (including CLI)...
### What happened? Running 'dab validate' against the following schema: CREATE TABLE [dbo].[Specials]( [Id] [int] NOT NULL, [Test1] [hierarchyid] NOT NULL, [Test2] [geometry] NOT NULL, [Test3] [geography] NOT NULL, [TheDate]...
Sorry to post an issue here, but can't find answer to this. My requirements are pretty simple I have Azure functions and DAB connected to my Azure Static Website. I...
Hi there! I'm using DAB to query a CosmosDB NoSQL container with partition keys of: ``` id: ID /TenantId: String /EntityType: String /EntityId: String ``` Example:  The items within...
Make the timeout period of the transaction (associated with a graphQL mutation or REST Post, Put, Patch and Delete request) configurable through the CLI. This is proposed to make sure...
Support the following options for `dab configure` per #2251 | Configuration File Property Path | CLI Flag | Data Type | Nullable | |-------------------------------------------------------------------------|--------------------------------------------------------------------|-----------|----------| | data-source.database-type | --data-source.database-type | String:...
minor version is bumped to 3 for the next upcoming release version 1.3
Postgres Function support added ## Why make this change? - Reference associated issue using `#` syntax. e.g. Closes #XX - Include summary (1-2 sentences) of linked issue to avoid redirecting...