Completed
Executing Insert statement DML Promises
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Javascript and Postgres Tutorial Using Node-Postgres
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Creating new NodeJS Project
- 3 The node-postgres npm library
- 4 Connecting to the postgres database promises
- 5 Executing queries promises
- 6 Executing queries with parameters promises
- 7 Executing Insert statement DML Promises
- 8 Connecting to postgres Async/await
- 9 The Results object of the query
- 10 Executing Transactions in Javascript Begin, Commit/Rollback