Replies: 1 comment 2 replies
-
Hey! 👋 I never had to leverage Active Record Encryption myself but I think that this is definitely a feature that could make its way to the framework at one point. I am willing to explore the question and create a feature issue for it. To be honest, I don't think this is something that will be a high priority for the framework in the short term but this is something that could be added further down the line. I will also gladly review PRs that would add this feature sooner if someone outside of the Core team wants to take a stab at adding this. 🙂 In the meantime, would handling encryption "manually" in your application be a viable option for you (for example, by leveraging the built-in |
Beta Was this translation helpful? Give feedback.
-
I would like to migrate Rails application to Marten.
One of the features that Active Record has is column encryption.
What do you think if it makes sense to have this feature in Marten?
Reference
Active Record Encryption
Beta Was this translation helpful? Give feedback.
All reactions