You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: