add csvsql ability to generate inserts on output, not in DB.
Created by: soid
It would be nice to have a feature to do smt like:
csvsql -i mysql --insert file.csv
(without --db) what would mean to output all sql inserts in stdin.
Created by: soid
It would be nice to have a feature to do smt like:
csvsql -i mysql --insert file.csv
(without --db) what would mean to output all sql inserts in stdin.