At the moment iv managed to use commands like SELECT * FROM
via functions in Node.js to do things in my SQLite database but i havent been able to use commands like:
.import
.mode CSV
.help
are they not supported ? if not is there a "simple" solution to this or does it involve alot of code, frameworks etc?
As far as iv found out and with alot of testing i havent found any post or way to use node.js to import a local csv-file to SQLite
(even if the purpose why i would do this is vague and not just populate the database via its CLI or a SQLite database manager software, its for a project)