Many developers store images in Amazon S3, a Git repo, or in a filesystem. I’m storing mine directly in my PostgreSQL database. As it turns out, that’s the ideal approach to the problem I’m solving… In the examples below, we’ll be working with an existing Ecto model called Recommendation, which…