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
Hi there, I've used Selda on several projects, and I can't figure out how to use selda-json from the documentation.
I have a data type with a field that is Map Text Int and I'd like to serialize it as a postgres JSONB type. If I was willing to store it as text I could serialize it manually, or create a newtype to do that, but I'd like to use JSONB if possible.
Can you direct me to an example or create one?
The text was updated successfully, but these errors were encountered:
Hi there, I've used Selda on several projects, and I can't figure out how to use selda-json from the documentation.
I have a data type with a field that is
Map Text Int
and I'd like to serialize it as a postgres JSONB type. If I was willing to store it as text I could serialize it manually, or create a newtype to do that, but I'd like to use JSONB if possible.Can you direct me to an example or create one?
The text was updated successfully, but these errors were encountered: