Azure Data API Builder
Нажмите на звезду, чтобы оценить
Azure Data API Builder auto-generates REST and GraphQL endpoints from your database schema, SQL Server, MySQL, or PostgreSQL, without writing API code. You connect it to your database, define which tables to expose, and it immediately serves them via API with row-level authorization, pagination, and filtering. The tool handles common patterns like relationships, filtering, and sorting out of the box.
Ideal for Microsoft-aligned teams or shops already on Azure who want APIs fast without backend development. It's opinionated about what a good API looks like (REST + GraphQL both generated, fixed query patterns) and assumes your data model and authorization rules can map directly to API permissions. Not for custom business logic; purely database-to-API.