SaaSHub helps you find the best software and product alternatives Learn more →
Data-api-builder Alternatives
Similar projects and alternatives to data-api-builder
-
Directus
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
fair.io
Software sharing for modern businesses. Engage the developer community with your core products.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
azure-sdk-for-go
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
-
azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
data-api-builder discussion
data-api-builder reviews and mentions
-
Directus – real-time REST and GraphQL API of any SQL database
That looks really interesting, but maybe only useful for mssql? [1]
[1] https://github.com/azure/data-api-builder/labels/known-issue
- Data API builder: modern REST, GraphQL endpoints to Databases and on-prem stores
-
.NET Aspire for Data Chatting
"$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.1.7/dab.draft.schema.json", "data-source": { "database-type": "mssql", "connection-string": "@env('ConnectionStrings__sqldb')", "options": { "set-session-context": false } }, "runtime": { "graphql": { "enabled": true, "path": "/graphql", "allow-introspection": true }, }, "entities": { "Customer": { "source": { "object": "SalesLT.Customer", "type": "table" }, "graphql": { "enabled": true, "type": { "singular": "Customer", "plural": "Customers" } }, "permissions": [ { "role": "anonymous", "actions": [ { "action": "*" } ] } ], "relationships": { "customerAddresses": { "cardinality": "many", "target.entity": "CustomerAddress", "source.fields": [ "CustomerID" ], "target.fields": [ "CustomerID" ] }, ...
- Data API Builder for Azure Databases
- Blazor and Data API Builder
-
Blazor United - how to prepare for it?
Thank you all! So I will create an API and consume that. I think I will try the new https://github.com/Azure/data-api-builder which will allow me to avoid creating and managing my own API code. Looks pretty sweet!
-
Instant GraphQL and REST API from databases with Data API builder
While I cannot speak for MS in general, I can tell you that several already asked for support for OData...so we put it on the roadmap, to track it (heads up this is not a promise that we will support OData, but we need to discuss it) https://github.com/Azure/data-api-builder/issues/1099
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Mar 2025
Stats
Azure/data-api-builder is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of data-api-builder is C#.