# SqliteEntityFrameworkCoreSettings

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite](/reference/api/csharp/communitytoolkit.aspire.microsoft.entityframeworkcore.sqlite.md)
- Version: `9.7.2`
- Namespace: `Microsoft.Extensions.Hosting`
- Target framework: `net9.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/c7dedf100938dcdcc84f8348ea76032f1fd180b5/src/CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite/SqliteEntityFrameworkCoreSettings.cs)

Represents the settings for the Sqlite client.

## Definition

```csharp
namespace Microsoft.Extensions.Hosting;

public sealed class SqliteEntityFrameworkCoreSettings
{
    // ...
}
```

## Constructors

- [SqliteEntityFrameworkCoreSettings](/reference/api/csharp/communitytoolkit.aspire.microsoft.entityframeworkcore.sqlite/sqliteentityframeworkcoresettings/constructors.md#constructor)

## Properties

- [ConnectionString](/reference/api/csharp/communitytoolkit.aspire.microsoft.entityframeworkcore.sqlite/sqliteentityframeworkcoresettings/properties.md#connectionstring) : `string?` `get; set` -- The connection string of the PostgreSQL database to connect to.
- [DefaultTimeout](/reference/api/csharp/communitytoolkit.aspire.microsoft.entityframeworkcore.sqlite/sqliteentityframeworkcoresettings/properties.md#defaulttimeout) : `int` `get; set` -- Gets or sets the default timeout for the database operations.
- [DisableHealthChecks](/reference/api/csharp/communitytoolkit.aspire.microsoft.entityframeworkcore.sqlite/sqliteentityframeworkcoresettings/properties.md#disablehealthchecks) : `bool` `get; set` -- Gets or sets a boolean value that indicates whether the database health check is disabled or not.
