SqliteEntityFrameworkCoreSettings
Class sealed net10.0
Represents the settings for the Sqlite client.
namespace Microsoft.Extensions.Hosting;
public sealed class SqliteEntityFrameworkCoreSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesConnectionStringstring?The connection string of the PostgreSQL database to connect to.
DefaultTimeoutintGets or sets the default timeout for the database operations.
DisableHealthChecksboolGets or sets a boolean value that indicates whether the database health check is disabled or not.
DisableTracingboolGets or sets a boolean value that indicates whether tracing is disabled or not.