infobloxopen / protoc-gen-gorm

A protobuf compiler plugin designed to generate GORM models and APIs for simple object persistence tasks.
Apache License 2.0
550 stars 162 forks source link

请教下,是否支持复杂的类型 #238

Open ayamzh opened 2 years ago

ayamzh commented 2 years ago

message AA { repeated int32 aaa = 1; BB bb = 2; map<x,x> cc = 3; }

把这3个字段 映射到binary类型的数据库字段里

saltbo commented 2 years ago

首先你得看gorm支不支持