Interacting with Database in Go



In this article I would like to write about how can the model layer interact with the database. In this case I will use a PostgreSQL database.

There are a couple things we need to do to connect to a database in our application.

Driver

The first thin...



Read: https://renatobogar.me/interacting-with-database-in-go