|
| 1 | +# Azure SQL Bindings for Azure Functions |
| 2 | +This document contains a list of all repositories related to SQL Bindings. |
| 3 | + |
| 4 | +## Docs |
| 5 | +[Azure SQL bindings for Functions | Microsoft Docs ](https://aka.ms/sqlbindings) |
| 6 | + |
| 7 | +## SQL Bindings VSCode Extension |
| 8 | +This extension enables users to develop Azure Functions with SQL Bindings. |
| 9 | + |
| 10 | +[azuredatastudio/extensions/sql-bindings at main · microsoft/azuredatastudio (github.com)](https://github.com/microsoft/azuredatastudio/tree/main/extensions/sql-bindings) |
| 11 | + |
| 12 | +STS contains the logic for adding a SQL binding to an existing Azure Function. |
| 13 | + |
| 14 | +[sqltoolsservice/src/Microsoft.SqlTools.ServiceLayer/AzureFunctions at main · microsoft/sqltoolsservice (github.com)](https://github.com/microsoft/sqltoolsservice/tree/main/src/Microsoft.SqlTools.ServiceLayer/AzureFunctions) |
| 15 | + |
| 16 | +## Templates |
| 17 | +Contains templates for the various types of bindings and supported languages, each under a Sql* folder. |
| 18 | + |
| 19 | +[azure-functions-templates/Functions.Templates/Templates at dev · Azure/azure-functions-templates (github.com)](https://github.com/Azure/azure-functions-templates/tree/dev/Functions.Templates/Templates) |
| 20 | + |
| 21 | +### Instructions for adding new templates: |
| 22 | +[Azure/azure-functions-templates: Azure functions templates for the azure portal, CLI, and VS (github.com)](https://github.com/Azure/azure-functions-templates#creating-a-dotnet-templates-cs-and-fs) |
| 23 | + |
| 24 | +## Extension Bundle |
| 25 | +Currently SQL Bindings is part of the 3.x and 4.x Preview bundles. |
| 26 | + |
| 27 | +[Azure/azure-functions-extension-bundles at v3.x-preview (github.com)](https://github.com/Azure/azure-functions-extension-bundles/tree/v3.x-preview) |
| 28 | + |
| 29 | +[Azure/azure-functions-extension-bundles at v4.x-preview (github.com)](https://github.com/Azure/azure-functions-extension-bundles/tree/v4.x-preview) |
| 30 | + |
| 31 | +## Python SQL Bindings |
| 32 | +### Python Library |
| 33 | +We define SqlRow and SqlRowList in _sql.py and the SqlConverter in sql.py. |
| 34 | + |
| 35 | +[Azure/azure-functions-python-library: Azure Functions Python SDK (github.com)](https://github.com/Azure/azure-functions-python-library) |
| 36 | + |
| 37 | +### Python Worker |
| 38 | +End to end tests for SQL Bindings in the Python Worker. |
| 39 | + |
| 40 | +[Azure/azure-functions-python-worker: Python worker for Azure Functions. (github.com)](https://github.com/Azure/azure-functions-python-worker) |
| 41 | + |
0 commit comments