Hi.
I have a mobile app where I can download a SQLite DB file from our servers, if it’s not already in the phone, and then open it.
I works fine, but I also want the ability to delete that DB, redownload it and reopen it.
It doesn’t work because there is no SQLite.close() method. I need that in order to be able to safely close the DB, delete the file, and then reopen the DB with same credentials.