mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
10 lines
No EOL
169 B
C#
10 lines
No EOL
169 B
C#
namespace Roadie.Library.Configuration
|
|
{
|
|
public enum DbContexts : short
|
|
{
|
|
Unknown = 0,
|
|
SQLite = 1,
|
|
File = 2,
|
|
MySQL = 3
|
|
}
|
|
} |