czioutas / efcorememorytest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-compose file with DB for testing.

cheatsheet just in case

docker-compose up

dotnet ef migrations add "init" --project .\src\efcorememorytest.csproj

dotnet ef database update --project .\src\efcorememorytest.csproj

dotnet ef database drop --project .\src\efcorememorytest.csproj

About


Languages

Language:C# 100.0%