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