Exposed supports Jsonb types with postgres databas...
# exposed
w
Exposed supports Jsonb types with postgres database?
j
It is not supported by default but can be added. This is my implementation. The discussion is here. Note that this implementation expects the JSON to be provided in a string format, which allows you to use whichever serialization library you wish. The underlying storage mechanism is
jsonb
.
w
Thanks @Joel
1158 Views