0 votes
in NodeJS Essentials by
Which of the following is used to interact with PostgreSQL in Node.js?

A) pg

B) sequelize

C) knex

D) all of the above

1 Answer

0 votes
by
Answer: D

Explanation: pg, sequelize, and knex are all used to interact with PostgreSQL in Node.js.
...