Using knex.js + new operations.
Using knex.js for this, since writing sql statements by hand isn't the best idea..
Also have -o which stands for operations, and is by default insert. Other possibilities are update and delete, which must make use of -p, for primary key.
-p columnName is set with the column name of the column in your database.