When I do this
connexion.query(the_sql_file);
I have this error
Unhandled rejection SequelizeDatabaseError: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '; -- phpMyAdmin SQL Dump
because apparently, I have a very long .sql file with comments inside. There are a lot of comments marked with "-- comment"
Question: How to query this, with "--" comments, without throwing exceptions?