PostgreSQL PostgreSQL: The world’s most advanced open source database Quickstart Install postgresql package Create DB and user with sudo -iu postgres psql CREATE USER teamname WITH ENCRYPTED PASSWORD 'password'; CREATE DATABASE yourdb OWNER teamname; References Learn PostgreSQL Tutorial - Full Course for Beginners - YouTube PostgreSQL Exercises Postgres: The Graph Database You Didn’t Know You Had PostgreSQL Tutorial – Comprehensive Postgresql Tutorial Postgres: The Graph Database You Didn’t Know You Had