SqliteEntityFrameworkCoreSettings
Class sealed net9.0
Represents the settings for the Sqlite client.
namespace Microsoft.Extensions.Hosting;
public sealed class SqliteEntityFrameworkCoreSettings{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesConnectionStringget; setstring? The connection string of the PostgreSQL database to connect to.
DefaultTimeoutget; setint Gets or sets the default timeout for the database operations.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the database health check is disabled or not.