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
HStore PG type is for Map-like data type storage (the order of the items is not guaranteed in all circumstances, as in a typical map/dictionary in general).
Feature
The corresponding Scala type is Map
The text was updated successfully, but these errors were encountered:
Background
HStore PG type is for Map-like data type storage (the order of the items is not guaranteed in all circumstances, as in a typical map/dictionary in general).
Feature
The corresponding Scala type is
Map
The text was updated successfully, but these errors were encountered: