Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2.46 KB

README.md

File metadata and controls

33 lines (22 loc) · 2.46 KB

Durable Task SQL Provider

Microsoft SQL Provider for the Durable Task Framework

Build status License: MIT

The Microsoft SQL provider for the Durable Task Framework (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.

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.

Downloads

The Durable SQL provider for Durable Functions and DTFx are available as NuGet packages.

Package Latest Version Description
Microsoft.DurableTask.SqlServer.AzureFunctions NuGet Use this package if building serverless Function apps with Azure Durable Functions.
Microsoft.DurableTask.SqlServer NuGet Use this package if using DTFx to build .NET apps.

Documentation

Want to learn more? Detailed information about this provider and getting started instructions can be found here.

Code of Conduct

This project has adopted the Microsoft Open Source Code of conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.