elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.53k stars 1.2k forks source link

Add configuration actions for DbContext options builders #6110

Closed sfmskywalker closed 2 weeks ago

sfmskywalker commented 2 weeks ago

Introduce a configuration delegate parameter for each database provider's Use* methods, enhancing customization. This change affects MySql, SqlServer, Sqlite, PostgreSql, and Oracle providers, allowing more flexible DbContext configuration.


This change is Reviewable