Steve,
You could try with NeoJSON[1] and serialize the image as bytecodes (or
urls to pictures in the web). Is pretty simple and gives you a plain and
portable representation of your Quote of the Day data. Grafoscopio, the
prototype I made, uses NeoJSON to store its notebooks. It's also a
pretty well written library that has Sven's quality mark and you can
learn a lot from it.
[1]
https://github.com/svenvc/NeoJSON[2]
https://mutabit.com/grafoscopio/en.htmlCheers,
Offray
On 27/01/20 8:15 p. m., Steve Quezadas wrote:
> I am writing a simple "quote-of-the-day" object for pharo that stores
> both quotes and pictures. What is the "idiomatic" way of storing data
> in pharo? Do I connect to some sort mysql database or is there a
> better "smalltalk" way to do it?
>
> Forgive the naive question.
>
> - Steve