mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced 2026-08-03 11:12:41 -04:00
9 lines
147 B
C#
9 lines
147 B
C#
namespace Arrowgene.Ddon.Database.Model
|
|
{
|
|
public enum DatabaseType
|
|
{
|
|
SQLite,
|
|
PostgreSQL,
|
|
SQLiteInMemory
|
|
}
|
|
}
|