Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I extend it to include support for other databases that are not included in the enumeration #21176

Open
1 task done
zfeihong opened this issue Oct 24, 2024 · 0 comments

Comments

@zfeihong
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

No response

Describe the solution you'd like

public enum EfCoreDatabaseProvider
{
SqlServer,
MySql,
Oracle,
PostgreSql,
Sqlite,
InMemory,
Cosmos,
Firebird
}

The enumeration above is defined in Volo.Abp.EntityFrameworkCore. How can I extend it to include support for other databases that are not included in the enumeration, such as TiDB? Thank you!

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant