sqlite

sqlite | import from cli

The table will need to have the same number of columns as the csv file.

sqlite3 --csv database.db ".import file.csv table_name"