Microsoft.EntityFrameworkCore.Sqlite 8.0.3
Microsoft.EntityFrameworkCore.Sqlite is the EF Core database provider package for SQLite.
Usage
Call the UseSqlite method to choose the SQLite database provider for your DbContext. For example:
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite("Data Source=databse.dat");
}
Getting started with EF Core
See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.
Additional documentation
See SQLite EF Core Database Provider for more information about the features of this database provider.
Feedback
If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.
Showing the top 20 packages that depend on Microsoft.EntityFrameworkCore.Sqlite.
| Packages | Downloads |
|---|---|
|
AspNetCore.HealthChecks.UI.SQLite.Storage
HealthChecks.UI.SQLite.Storage package contains the required classes to use SQLite provider in the UI
|
17 |
|
Microsoft.EntityFrameworkCore.Sqlite.Design
Design-time Entity Framework Core functionality for SQLite
|
16 |
|
AspNetCore.HealthChecks.UI.SQLite.Storage
HealthChecks.UI.SQLite.Storage package contains the required classes to use SQLite provider in the UI
|
15 |
|
Microsoft.EntityFrameworkCore.Sqlite.Design
Design-time Entity Framework Core functionality for SQLite
|
15 |
|
AspNetCore.HealthChecks.UI
HealthChecks.UI Is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks.For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
|
14 |
|
AspNetCore.HealthChecks.UI.SQLite.Storage
HealthChecks.UI.SQLite.Storage package contains the required classes to use SQLite provider in the UI
|
14 |
|
Umbraco.Cms.Persistence.EFCore
Adds support for Entity Framework Core to Umbraco CMS.
|
14 |
|
Microsoft.EntityFrameworkCore.Sqlite.Design
Design-time Entity Framework Core functionality for SQLite
|
14 |
|
AspNetCore.HealthChecks.UI
HealthChecks.UI Is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks.For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
|
13 |
|
AspNetCore.HealthChecks.UI.SQLite.Storage
HealthChecks.UI.SQLite.Storage package contains the required classes to use SQLite provider in the UI
|
13 |
|
Umbraco.Cms.Persistence.EFCore
Package Description
|
13 |
|
Umbraco.Cms.Persistence.EFCore.SqlServer
Adds support for Entity Framework Core SQL Server migrations to Umbraco CMS.
|
13 |
.NET 8.0
- Microsoft.EntityFrameworkCore.Sqlite.Core (>= 8.0.3)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 2.1.6)