How to run SQL migrations to create tables in PostgreSQL from a .NET app without using EF Core in Docker?
I wanted to Docker Compose my .NET app with PostgreSQL.
How to run SQL migrations to create tables in PostgreSQL from a .NET app without using EF Core in Docker?
I wanted to Docker Compose my .NET app with PostgreSQL.