I have uploaded my csv file to https://sqliteonline.com/ and it is currently available as a table. I need to export this data to .db file to use it elsewhere. I tried exporting the table, but I only have choices to export as jason, sql, etc, and not db.
I tried running the command
create database test;
to try to move the table under it and export but create database test; generated errors. Could you please help me export this as a db file? Alternatively, if you recommend other tools that can get this done that would be great too.