i am trying import csv file from node to sqlite file.
I tried following command via npm package sqlite3.
var db = new sqlite3.Database(\':memory:\');