Database Modeling With Golang Postgresql

Learn how to do all DBMS directly from golang to postgresql.

Last updated 2022-01-10 | 3.7

- People will learn how to connect to postgresql using golang and how to do DBMS directly from golang.

What you'll learn

People will learn how to connect to postgresql using golang and how to do DBMS directly from golang.

* Requirements

* Golang
* Postgresql

Description

Golang OR Go Programming language is modern programming language specialized in building server side applications. 

Postgresql is world's most popular open source database management system.

Both are one of the best technologies to build server side modern applications.

So, In this course i will try to give introduction how you guys can use these both technologies togather to build robust backend services.

Remark: This series contains just golang and postgresql integration and workings, it doesn't contain how to build REST apis.

Who this course is for:

  • People with knowledge of golang and postgresql and who wants to build database oriented services in golang and postgresql.

Course content

1 sections • 13 lectures

Introduction Preview 05:44

Setup Preview 07:17

Connect from golang to DB Preview 11:51

Data modeling in go-pg: How to define models. Preview 12:22

How to create tables from models using go-pg Preview 07:04

Inserting data Preview 25:12

Placeholders in go-pg Preview 10:56

Deleting data Preview 07:21

Updating data Preview 07:17

Quering data Preview 14:56

Timeouts, Set Impressive connection configurations. Preview 09:34

Transactions Preview 12:02

Migrations Preview 12:31