/go-clean-project-template

clean architecture template starter

Primary LanguageGo

DTS BATCH 7

  1. Why database exist and what is database?
  2. Type of database
  3. Relational Database
  4. DDL (Data Definition Language) i. ERD ii. Create Database iii. Create Table iv. Create Table Relation
  5. DML (Data Manipulation Language) i. Select ii. Insert iii. Update iv. Delete v. Transaction
  6. ACID Theorem Intro https://medium.com/@ugurekmekci/acid-theorem-7965df588b24
  7. Golang Implementation

day8

go get -u github.com/gin-gonic/gin
go get -u github.com/lib/pq