data-api-builder
data-api-builder copied to clipboard
Various samples on how to use Data API builder for Azure Databases
Data API builder for Azure Databases samples
Samples on how to use Data API builder for Azure Databases
What the Data API builder for Azure Database can do for me?
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
How I do get started?
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
There are any end-to-end samples available?
Absolutely. To make it easier to deploy, each end-to-end sample has its own repo:
To Do App
The well-known ToDo MVC sample using Vue, Azure Static Web Apps and Data API builder:
https://github.com/Azure-Samples/dab-swa-todo
Library Management App
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
Tour of Wonders App
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
Can I contribute?
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.