Testing with EF Core
Real DB
InMemory Provider
It emulates an RDBMS via in-memory lists. It’s quite simple though, it does not support things such as raw SQL.
When configuring in-memory database, we need to provide a name for it. This way, we can use the same in-memory DB from multiple testse (or different ones, with different names).