0 votes
in NodeJS Essentials by

Which of the following is used to interact with SQLite in Node.js?

A) sqlite3

B) sequelize

C) knex

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: sqlite3, sequelize, and knex are all used to interact with SQLite in Node.js.

...