We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dotnet add package Microsoft.EntityFrameworkCore.Sqlite dotnet tool install --global dotnet-ef dotnet ef migrations add InitialCreate dotnet ef database update