TypeORM is a great node ORM that allows you to create tables and perform CRUD operations with TypeScript & JavaScript. You can use it with multiple databases like MySQL, Postgres or MongoDB.
Postgres install:
https://www.postgresql.org/download/
Postico install:
https://eggerapps.at/postico/
GitHub Repo:
https://github.com/harblaith7/typeorm-crash-course
Timeline:
0:00 - Intro
5:35 - Setup
8:30 - Connecting to the DB
22:06 - Entities
43:45 - Relationships
1:01:30 - Inserting Data
1:15:15 - Forming Relationships
1:34:49 - Deleting Data
1:43:10 - Fetching Data