I have a CSV file which I would like to import into a SQLite database. I see that this can be done via the SQLite command line. However, I was wondering if it's possible to import the CSV via javascript.
Currently, I'm using the sql.js library to interface with SQLite from Javascript.
Thanks in advance!