I want to connect Sqlite to Metabase, however, Metabase asks for a .sqlite file to make the connection.
I created a database using the command line and with Sqlite Browser. It creates the regular files (.db, journal) but I can't find any .sqlite file.
I have already exported as .SQL and it didn't work.
How can I generate this sqlite file?
I am using Ubuntu 20.04 LTS.