Fix GraphQL Implementation and also UI Playground and add supports for Oracle Provider using EF Core ...
This commit is contained in:
@@ -6,6 +6,7 @@ namespace xDataService.Constants {
|
||||
None,
|
||||
MySQL,
|
||||
SQLite,
|
||||
Oracle,
|
||||
SQLServer,
|
||||
MongoDB,
|
||||
}
|
||||
@@ -16,8 +17,9 @@ namespace xDataService.Constants {
|
||||
public partial struct ProviderType {
|
||||
public const string MySQL = "MYSQL";
|
||||
public const string SQLite = "SQLITE";
|
||||
public const string SQLServer = "SQLSERVER";
|
||||
public const string Oracle = "ORACLE";
|
||||
public const string MongoDB = "MONGODB";
|
||||
public const string SQLServer = "SQLSERVER";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user