Finding the default directory path:
Open a terminal.
Open your database through the command line, then enter ".databases", the command displays the path to the database file right next to the "main" one.
In my case, the sequence of commands was:
sqlite3 myDBFile.sqlite
sqlite3> .databases
Output: 0 main / Users / Me / myDBFile.sqlite
source share