how to tell your command ran successfully in sqlite online code example
Example: sqlite populate database from file command shell
sqlite3 test.db
sqlite3> .read create-tables.sql
sqlite3 test.db
sqlite3> .read create-tables.sql