Most recent posts

View all posts »
Use Entity Framework Core with PostgreSQL to migrate multiple schemas

Use Entity Framework Core with PostgreSQL to migrate multiple schemas

Currently, I am working on a project where we use Entity Framework Core with PostgreSQL. The project is a modular monolith application, where we use multiple schemas to separate the data of different modules. We also use the "Code first" approach to create the database schemas from the C# classes.