Saving Binary Data in Storage

Hi,

I’ve been storing string data using the Storage object and this works for CSV files and JSON.
However, is there a recommended way to save non text data? For example, I want to save an SQLite database in a storage key. Then I want to get the SQLite database and perform some analysis.