Back to Browse

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

8.1K views
Aug 8, 2021
24:19

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

Download

1 formats

Video Formats

360pmp443.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Golang gRPC PostgreSQL tutorial - Read and Write from within a gRPC Service | NatokHD