I have created a sqlite script in Pythonista, and I wish to insert/update/append/delete/retrieve data stocked in an existing .db file which is in my Dropbox account.
If I try to use the EXTERNAL FILES/Open…, I can see my file, but I am unable to open it.
So, for the time being, I am obliged to re-create that file inside Pythonista…
How should I proceed ?
And if it is possible what path should I indicate ? I tried :
conn = sqlite3.connect('Dropbox/somefile.db')
and, of course, it did not work ("unable to open database file").
Thanks in advance```
tap here and then select your script and run it