ATOM - Is it required to save a .sql file before running it on SQLITE3?

When I create a .db from a .sql on powershell (for example: ex1.db -init ex1.sql), if I didn’t save the last edits on my atom, it will not create the most up to date .db file. Is this normal?

Yes, if you want to run a script in any language, you need to save it first.

Thank you, I appreciate that.