53GB

Golang gRPC PostgreSQL tutorial – Read and Write from within a gRPC Service



Golang gRPC PostgreSQL tutorial – Read and Write from within a gRPC Service

In this video, I show you how to interact with a PostgreSQL database using Golang. This is a continuation of the gRPC introductory series, and in this video we are making our gRPC service more scalable by utilizing postgres for our backend database

GitHub Repo: https://github.com/tech-with-moss/go-usermgmt-grpc/tree/part-4-pgx-postgres

part-3-json-user-data code: https://github.com/tech-with-moss/go-usermgmt-grpc/tree/part-3-json-user-data

Timestamps:
Introduction: 00:00
Removing protojson logic: 02:29
Modifying the CreateNewUser function: 04:37
Modifying the GetUsers function: 12:21
Modifying the main function: 15:56
Running the program: 18:36
Conclusion: 23:17

Exit mobile version