2using Newtonsoft.Json.Converters;
Configuration options for the Database.DatabaseContext.
bool DropDatabase
If the database should be deleted on application startup. Should not be used in production!...
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the DatabaseConfiguration re...
string? ServerVersion
The string form of the global::System.Version of the target server.
string? ConnectionString
The connection string for the database.
bool ResetAdminPassword
If the admin user should be enabled and have it's password reset.
DatabaseType
Type of database to user.