Replies: 1 comment 1 reply
-
Hey @tal, thanks for the suggestion, it's something I'd like to have too. I wrote a little bit about this in #20 a while back (in the section titled Property wrapper for handling data/images), but I should create some dedicated space on the roadmap for this. To get a little more specific, what I'd like to do is introduce a new property wrapper or macro, something to the effect of Once again thank you for the suggestion, I'll make an issue to describe how I want to build this, and will try to find some time to integrate that functionality into Boutique. |
Beta Was this translation helpful? Give feedback.
-
Since it's an antipattern to store large things in the database itself, I think there's room in the framework to automate the process of saving the blob off to a file on disk with a reference in the type stored in the database. This could automate the saving/inflating of the information and promote best practices while also following the ethos of making local persistence very easy.
Beta Was this translation helpful? Give feedback.
All reactions