Postgres Database Connection using Golang
In this article, we will explore how to connect the PostgresSQL database with Go using Go's database package
Prerequisites
Install Golang
Instal Postgres and PGAdmin or Run this Docker image
Basic understanding of SQL
Create a main.go file, run ...
hada.hashnode.dev1 min read