Non-Azure option? #1518
Non-Azure option?
#1518
-
Is there any way to make this work with regular old on-prem vanilla SQL Server? |
Beta Was this translation helpful? Give feedback.
Answered by
Aniruddh25
May 25, 2023
Replies: 1 comment
-
Yes, you can simply do a Just specify the database type to be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Aniruddh25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can simply do a
dotnet tool install Microsoft.DataApiBuilder
and get started using the docs here:https://learn.microsoft.com/en-us/azure/data-api-builder/get-started/get-started-with-data-api-builder
Just specify the database type to be
mssql
and provide the connection string with the credentials necessary to read metadata and query SQL Server.