data-api-builder-auto-config
Use Data API Builder autoentities to discover and expose database objects by pattern instead of hand-listing every entity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Data API Builder autoentities to discover and expose database objects by pattern instead of hand-listing every entity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | data-api-builder-auto-config |
| description | Use Data API Builder autoentities to discover and expose database objects by pattern instead of hand-listing every entity. |
| license | MIT |
dbo.%).autoentities block with a named definition (e.g. "public-tables").patterns.include (T-SQL LIKE syntax against schema.object) and optional patterns.exclude.patterns.name to template entity names (e.g. "{schema}_{object}").template (rest/graphql/mcp/health/cache) and permissions for matched objects.dab auto-config-simulate --config <file> to preview matches; add --output <csv> for review.anonymous:* in production.%_staging, dbo.__migration%).entities for sensitive objects that need bespoke rules; they take precedence over same-name autoentities matches."autoentities": {
"public-tables": {
"patterns": { "include": [ "dbo.%" ], "exclude": [ "dbo.__migration%" ] },
"template": { "rest": { "enabled": true }, "graphql": { "enabled": true } },
"permissions": [ { "role": "authenticated", "actions": [ { "action": "read" } ] } ]
}
}
data-api-builder-configdata-api-builder-authdata-api-builder-cliRun SQL Commander as a companion container for browser-based SQL access, with optional Azure Container Apps configuration.
Orchestrate SQL Server and Data API Builder with .NET Aspire for local development, health-aware startup, and dashboard-driven diagnostics.
Add MCP Inspector to .NET Aspire AppHost for local SQL MCP Server validation and tool discovery.
Add SQL Commander to .NET Aspire for lightweight SQL browsing and query execution during local DAB development.
Use SQL Database Projects (.sqlproj) with .NET Aspire for declarative schema deployment via dacpac.
Deploy Data API Builder and SQL MCP Server to Azure App Service for Linux, with or without containers.