You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to Rails Event Store and just working on setting Event Sourcing for my application. One hiccup I've run into so far is wanting to use Postgres's JSONB for the data column and also the EncryptionMapper. So far while each seem to work individually I have had trouble getting both to work together.
Does anyone have an example of JSONB and EncryptionMapper working together in RES?
I'm curious if I have to write a custom serializer or a custom mapper, but I thought it would be strange if I was the first one to encounter this so far so guessing I might be missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to Rails Event Store and just working on setting Event Sourcing for my application. One hiccup I've run into so far is wanting to use Postgres's JSONB for the data column and also the EncryptionMapper. So far while each seem to work individually I have had trouble getting both to work together.
Does anyone have an example of JSONB and EncryptionMapper working together in RES?
I'm curious if I have to write a custom serializer or a custom mapper, but I thought it would be strange if I was the first one to encounter this so far so guessing I might be missing something?
Any help appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions