Skip to content

Steeltoe.Connectors.EntityFrameworkCore - Allow connector extensibility #1729

Description

@Finickyflame

Is your feature request related to a problem? Please describe.

We can't upgrade to EF Core 10 because Pomelo is no longer maintained, and we have no way to to use another provider (like Microting.EntityFrameworkCore.MySql) since everything is internal.

Describe the solution you'd like

Add Microting.EntityFrameworkCore.MySql to the supported list of MySql providers, or expose publicly how to get a connection string, so we can use any type of provider we would like.

Describe alternatives you've considered

I've instantiated a custom MySqlEntityFrameworkCorePackageResolver with the Microting.EntityFrameworkCore.MySql assembly and called the internal UseMySql using reflection. Which is not ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions