Microservices with .NET Core and Docker Episode 05 – PostgreSQL Setup



Microservices with .NET Core and Docker Episode 05 – PostgreSQL Setup

Microservices with .NET Core and Docker Episode 05 - PostgreSQL Setup

The next project needs a database, so here is a is a tutorial on how to use PostgreSQL with Docker and .NET Core.

PostgreSQL: https://www.postgresql.org/
pgAdmin: https://www.pgadmin.org/

Nuget Packages:
https://www.nuget.org/packages/Npgsql/
https://www.nuget.org/packages/Dapper/

Comments are closed.