Here’s how to import CSV file into MySQL table using command line. You can use it to create table from CSV and automate csv import into MySQL.
csv import
How To Import CSV File in PostgreSQL
Sometimes you may need to import csv file into PostgreSQL table. Here’s how to import CSV file in PostgreSQL with header.