tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
SqlServerDesignTimeDbContextFactory.cs
Go to the documentation of this file.
1using Microsoft.EntityFrameworkCore.Design;
2
4
6{
11 {
16 DatabaseType.SqlServer,
17 "Data Source=fake;Initial Catalog=TGS_Design;Integrated Security=True;Encrypt=false;Application Name=tgstation-server"));
18 }
19}
IDesignTimeDbContextFactory<TContext> for creating SqlServerDatabaseContexts.
DatabaseType
Type of database to user.