update to 3.0 Stack

// UPDATE V3-STACK TTN STAND FEB 2021

// SQLite3
const sqlite3 = require('sqlite3')
let sql_create = "CREATE TABLE IF NOT EXISTS TABLE (\n"…
Read more