tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
PostgresSqlDesignTimeDbContextFactory.cs
Go to the documentation of this file.
1using Microsoft.EntityFrameworkCore.Design;
2
5
7{
11 sealed class PostgresSqlDesignTimeDbContextFactory : IDesignTimeDbContextFactory<PostgresSqlDatabaseContext>
12 {
17 DatabaseType.PostgresSql,
18 $"Application Name={Constants.CanonicalPackageName};Host=127.0.0.1;Password=fake;Username=postgres;Database=TGS_Design"));
19 }
20}
IDesignTimeDbContextFactory<TContext> for creating PostgresSqlDatabaseContexts.
DatabaseType
Type of database to user.