microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Automatically Create Database if Not Present #49

Closed wsugarman closed 2 years ago

wsugarman commented 2 years ago

As per https://github.com/microsoft/durabletask-mssql/issues/48, this change allows the worker to create the database automatically if it doesn't exist. Because the worker must gracefully handle the possibility the DB hasn't been created, a few changes needed to be made:

wsugarman commented 2 years ago

No problem! Happy to help!