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:
- A brief recap of using
pg
- Recap: HTTP Methods and CRUD Operations
- Pulling Data from HTTP Requests for Database Queries
- Examples