mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-02-04 10:46:34 +00:00
Update projects
This commit is contained in:
22
src/Tribufu.EntityFrameworkCore/DatabaseDriver.cs
Normal file
22
src/Tribufu.EntityFrameworkCore/DatabaseDriver.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
namespace Tribufu.EntityFrameworkCore
|
||||
{
|
||||
public enum DatabaseDriver : byte
|
||||
{
|
||||
MySql = 0,
|
||||
|
||||
Postgres = 1,
|
||||
|
||||
SqlServer = 2,
|
||||
|
||||
Oracle = 3,
|
||||
|
||||
Firebird = 4,
|
||||
|
||||
Sqlite = 5,
|
||||
|
||||
MongoDb = 6,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user