tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
MySqlDesignTimeDbContextFactory.cs
Go to the documentation of this file.
1using Microsoft.EntityFrameworkCore.Design;
2
4
6{
11 {
15 DesignTimeDbContextFactoryHelpers.CreateDatabaseContextOptions<MySqlDatabaseContext>(
16 DatabaseType.MariaDB,
17 "Server=127.0.0.1;User Id=root;Password=zdxfOOTlQFnklwzytzCj;Database=TGS_Design"));
18 }
19}
IDesignTimeDbContextFactory<TContext> for creating MySqlDatabaseContexts.
DatabaseType
Type of database to user.