SQLite EF Core 資料庫提供者
此資料庫提供者可讓 Entity Framework Core 與 SQLite 搭配使用。 Entity Framework Core 專案的維護包含此提供者。
安裝
安裝 Microsoft.EntityFrameworkCore.Sqlite NuGet 套件。
dotnet add package Microsoft.EntityFrameworkCore.Sqlite
支援的資料庫引擎
- SQLite (3.7 及更新版本)
限制
如需 SQLite 提供者的部分重要限制,請參閱 SQLite 限制。