Добавьте файлы проекта.
This commit is contained in:
10
SQLVision.Core/Enums/DatabaseProvider.cs
Normal file
10
SQLVision.Core/Enums/DatabaseProvider.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SQLVision.Core.Enums;
|
||||
|
||||
public enum DatabaseProvider
|
||||
{
|
||||
SqlServer, // Только MSSQL для начала
|
||||
// PostgreSQL,
|
||||
// MySQL,
|
||||
// SQLite,
|
||||
// Oracle
|
||||
}
|
||||
Reference in New Issue
Block a user