07 - Connecting a Node.js backend to a PostgreSQL database

07 - Connecting a Node.js backend to a PostgreSQL database

Our seventh topic of connecting a Node.js backend to a PostgreSQL databases, isn’t too disimilar from our last topic. However, before getting into examples we’ll briefly cover the following:

  1. A brief recap of using pg
  2. Recap: HTTP Methods and CRUD Operations
  3. Pulling Data from HTTP Requests for Database Queries
  4. Examples