Setup PostgreSQL And pgAdmin
Overview In this post, I will walk you through the setup of your environment and data so you can start quickly. As in the series introduction, I said that we will use PostgreSQL. The quickest way to set up a PostgreSQL database instance is by using docker-compose. Setting up PostgreSQL using docker-compose You can use … Read more