Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is used to interact with PostgreSQL in Node.js?
Home
NodeJS Essentials
Which of the following is used to interact with PostgreSQL in Node.js?
0
votes
asked
May 27
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
by
Robin
Answer: D
Explanation: pg, sequelize, and knex are all used to interact with PostgreSQL in Node.js.
...