Introduction to SQLite with Node.js

In order to get started first create a new node.js project and install sqlite3

mkdir sqlite-project
yarn init -y
yarn add sqlite3