tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Configuration
DatabaseType.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Configuration
2
{
6
public
enum
DatabaseType
7
{
11
SqlServer
,
12
16
MySql
,
17
21
MariaDB
,
22
26
Sqlite
,
27
31
PostgresSql
,
32
}
33
}
Tgstation.Server.Host.Configuration
Definition
ControlPanelConfiguration.cs:4
Tgstation.Server.Host.Configuration.DatabaseType
DatabaseType
Type of database to user.
Definition
DatabaseType.cs:7
Tgstation.Server.Host.Configuration.DatabaseType.Sqlite
@ Sqlite
Use Sqlite.
Tgstation.Server.Host.Configuration.DatabaseType.PostgresSql
@ PostgresSql
Use PostgresSql.
Tgstation.Server.Host.Configuration.DatabaseType.MariaDB
@ MariaDB
Use MariaDB.
Tgstation.Server.Host.Configuration.DatabaseType.MySql
@ MySql
Use MySQL.
Tgstation.Server.Host.Configuration.DatabaseType.SqlServer
@ SqlServer
Use Microsoft SQL Server.
Generated by
1.9.8