elsa-core/src
terry-delph 1b333fec1a Feature/mysql support efcore (#226)
* Added MySqlContext
* Added MySqlContextFactory
* Added Pomelo.EntityFrameworkCore.MySql nuget package
* Added initial MySqlContext migrations

* Added support for creating derived ElsaContexts:
- Added new protected constructor based on following post
- https://github.com/dotnet/efcore/issues/7533

* Added Sample 24 - MySql provider with migration execution
* Updated other samples that needed to define the derived ElsaContext

* Added summary to ElsaContext constructor

* Updated persistence/Elsa.Persistence.EntityFrameworkCore MD file with MySql example
2020-01-14 23:01:10 +01:00
..
activities Remove compiler warnings 2019-12-17 21:44:40 +01:00
core Fixed Serialization for Objects (#220) 2020-01-06 19:32:25 +10:30
dashboard Fix issue due to parallel access to DbContext 2020-01-06 21:11:05 +01:00
persistence Feature/mysql support efcore (#226) 2020-01-14 23:01:10 +01:00
samples Feature/mysql support efcore (#226) 2020-01-14 23:01:10 +01:00
scripting Moved JavaScript DI extension method namespace (#179) (#196) 2019-11-23 08:21:20 +01:00
utils/Elsa.AutoMapper.Extensions Update packages 2019-12-10 15:46:49 +01:00