What is an SQLite 3 (3.7.11) analogue of MySQL's
mysql -p -u username database_name < file.sql
to execute all the queries in a given SQL script file against a specified database?
What is an SQLite 3 (3.7.11) analogue of MySQL's
mysql -p -u username database_name < file.sql
to execute all the queries in a given SQL script file against a specified database?
This should work:
The following should work as well: