tgstation-server  4.4.0
The /tg/station 13 server suite
IDatabaseConnectionFactory.cs
Go to the documentation of this file.
1 using System.Data.Common;
3 
4 namespace Tgstation.Server.Host.Database
5 {
10  {
17  DbConnection CreateConnection(string connectionString, DatabaseType databaseType);
18  }
19 }
DatabaseType
Type of database to user
Definition: DatabaseType.cs:6