SQLite EF Core Database Provider
This database provider allows Entity Framework Core to be used with SQLite. The provider is maintained as part of the Entity Framework Core project.
Install
Install the Microsoft.EntityFrameworkCore.Sqlite NuGet package.
dotnet add package Microsoft.EntityFrameworkCore.Sqlite
Supported Database Engines
- SQLite (3.7 onwards)
Limitations
See SQLite Limitations for some important limitations of the SQLite provider.
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา