tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
SqliteDesignTimeDbContextFactory.cs
Go to the documentation of this file.
1using Microsoft.EntityFrameworkCore.Design;
2
4
6{
11 {
14 {
15 return new SqliteDatabaseContext(
16 DesignTimeDbContextFactoryHelpers.CreateDatabaseContextOptions<SqliteDatabaseContext>(
17 DatabaseType.Sqlite,
18 "Data Source=tgs_design.sqlite3;Mode=ReadWriteCreate"),
19 true);
20 }
21 }
22}
IDesignTimeDbContextFactory<TContext> for creating SqliteDatabaseContexts.
DatabaseType
Type of database to user.