Hello ! What’s the general approach to persistence?
Specifically if I want to run a local database like mongodb is that a possibility such that it won’t be blown away the next day when the workspace is refreshed?
And similarly, what if I want to save things directly to disk like a user uploaded video or profile picture? Is this a possibility or is this a limitation with an idx environment?
Thanks!