Use the configuration depending on the selected database provider #13
8
SqlData/Persistence/Common/DatabaseProvider.cs
Normal file
8
SqlData/Persistence/Common/DatabaseProvider.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Mirea.Api.DataAccess.Persistence.Common;
|
||||
|
||||
public enum DatabaseProvider
|
||||
{
|
||||
Mysql,
|
||||
Sqlite,
|
||||
Postgresql
|
||||
}
|
Loading…
Reference in New Issue
Block a user