Login
Remember
Register
Ask a Question
Which of the following is used to interact with PostgreSQL in Node.js?
0
votes
asked
May 27, 2024
in
NodeJS Essentials
by
Robin
Which of the following is used to interact with PostgreSQL in Node.js?
A) pg
B) sequelize
C) knex
D) all of the above
postgresql
node
js
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 27, 2024
by
Robin
Answer: D
Explanation: pg, sequelize, and knex are all used to interact with PostgreSQL in Node.js.
...