I'm relatively new to NuGet. I plan to make only use of a sqlite database in my project. Using the NuGet Packet Manager I saw that there are several packages related to Microsoft.EntityFrameworkCore
.
If make use of only sqlite would the Microsoft.EntityFrameworkCore.Sqlite
package suffice or is it also important to install Microsoft.EntityFrameworkCore
package?
I feel a bit confused, when should I install Microsoft.EntityFrameworkCore
instead of Microsoft.EntityFrameworkCore.Sqlite
and vice versa?