0 votes
in NodeJS Essentials by

Which of the following is used to create database connections in Node.js?

A) Sequelize

B) Mongoose

C) knex.js

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Sequelize, Mongoose, and knex.js are all used to create database connections in Node.js.

...