SQLite Forum

Finding database file
Login
You tell it in your command that you want to create a database in memory, not on disk.  That's what <code>storage: ":memory"</code> means.  If you want a disk file, specify a disk file instead.