Reputation: 935
I am using SQLite as a storage extension for offline functionality in my app. I have a feature where I save the entire db file in users device to my main oracle database (mainly for troubleshooting).This is of type BLOB. How can I download this file and read with SQLite studio to see the content in db?
Upvotes: 1
Views: 158