Which of the following is used to interact with SQLite in Node.js?
A) sqlite3
B) sequelize
C) knex
D) all of the above
Answer: D
Explanation: sqlite3, sequelize, and knex are all used to interact with SQLite in Node.js.