Samples on how to use Data API builder for Azure Databases
Azure Data API builder for Azure Databases allows you to automatically expose database objects (tables, views, stored procedures or collections), already existing in your Azure Databases, as REST and GraphQL endpoints. The supported database are:
- Azure SQL and SQL Server
- PostgreSQL
- MariaDB and MySQL
- Azure Cosmos DB
If this is the very first time you'll be using Data API builder for Azure Databases, you may want to start from the Getting Started in the engine repository document
Absolutely. To make it easier to deploy, each end-to-end sample has its own repo:
The well-known ToDo MVC sample using Vue, Azure Static Web Apps and Data API builder:
https://github.com/Azure-Samples/dab-swa-todo
Organize and keep track of books in your personal library with this sample app built with Angular, Azure Static Web Apps and Data API builder:
https://github.com/Azure-Samples/dab-swa-library-demo
The Tour of Wonders App built with Angular, Data API builder with many of the features that you'd expect to find in a data-driven app.
https://github.com/Azure-Samples/dab-swa-wonders
Absolutely! If you have a sample using Data API builder, make sure to take a look at the Code of Conduct and then please submit a PR to this repo.