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
Answer: D
Explanation: Sequelize, Mongoose, and knex.js are all used to create database connections in Node.js.