I've always used SQL Sever with Entity Framework, but I recently acquired an ARM64 laptop and SQL Server doesn't run natively on ARM64. So I decided to try PostgreSQL with Entity Framework Core. This ...
The database uses naming conventions for easier Postgres querying (all tables and fields are lowercase). It also uses a technique that allows multiple DbContexts to be stored in the same Postgres ...