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
Map is omitted but could be stored as PostgreSQL hstore data type that stores sets of key/value pairs. Other scalar types could be supported as well as far as they could be properly converted to their string representation.
Although hstore itself is not implemented in protoc-gen-gorm but it shouldn't be difficult to add it similar to JSONValue type. GORM V1 supports it as well.
protoc-gen-gorm generates nothing against map field in proto3 file. For example the next proto message
is generated into
Map is omitted but could be stored as PostgreSQL hstore data type that stores sets of key/value pairs. Other scalar types could be supported as well as far as they could be properly converted to their string representation.
Although hstore itself is not implemented in protoc-gen-gorm but it shouldn't be difficult to add it similar to JSONValue type. GORM V1 supports it as well.
The text was updated successfully, but these errors were encountered: