Querying Data in SQLite Database from Node.js Applications
SQLite Tutorial - An Easy Way to Master SQLite Fast
javascript - Cannot await for sqlite3.Database.get() function completion in Node.js - Stack Overflow
node-sqlite3 (sqlite3) library does not support the Promise API, you need to use the node-sqlite (sqlite) library, which is a wrapper over
sqlite3
and adds support for the Promise API.GitHub - mapbox/node-sqlite3: Asynchronous, non-blocking SQLite3 bindings for Node.js