Completed
PostgreSQL
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Docker and PostgreSQL in 10 Minutes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Download Docker
- 3 PostgreSQL
- 4 Docker Image
- 5 Start PostgreSQL Instance
- 6 Spin up PostgreSQL Instance
- 7 Running PostgreSQL Container
- 8 Running PostgreSQL exec
- 9 PostgreSQL User
- 10 Create Database
- 11 Connect to Docker
- 12 Connect to PostgreSQL
- 13 Create a new table
- 14 Connect to the same instance
- 15 Connect to the database
- 16 Check the database
- 17 Insert student to database
- 18 Install extension
- 19 oops v1
- 20 kill the container
- 21 outro