# durabletask-mssql **Repository Path**: mirrors_Azure/durabletask-mssql ## Basic Information - **Project Name**: durabletask-mssql - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-21 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 

Durable Task SQL Provider

# Microsoft SQL Provider for the Durable Task Framework [![Build status](https://github.com/Azure/durabletask-mssql/workflows/Build%20and%20Test/badge.svg)](https://github.com/Azure/durabletask-mssql/actions?workflow=Build+and+Test) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) The Microsoft SQL provider for the [Durable Task Framework](https://github.com/Azure/durabletask) (DTFx) persists all task hub state in a Microsoft SQL database, which can be hosted in the cloud or in your own infrastructure. This provider includes support for all DTFx features, including orchestrations, activities, and entities, and has full support for [Azure Durable Functions](https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-overview). > ⚠ **IMPORTANT**: This project is currently under active development, working towards an initial _alpha_ release. Not all features are fully implemented and some names my change. It is not yet appropriate for use in production. ## Documentation Want to learn more? Detailed information about this provider and getting started instructions can be found [here](https://azure.github.io/durabletask-mssql/). ## Code of Conduct This project has adopted the [Microsoft Open Source Code of conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.