https://stackoverflow.com/questions/62851973/using-mysql-db-functions-with-sqlite-node-js Using MySQL db functions (?) with SQLite (Node.js) I'm using a tutorial to do JWT/bcryptjs auth and then INSERT into a SQlite table. Thing is the tutorial is for MySQL and I get errors like db.query is not a function and db.escape is not a function... stackoverflow.com const sqlite3 = require('sqlite3').ver..