Hello!,
I'm very new to ProtoBuf. I come from a relational database world and would 
like to know if there is a technique or tool to convert a given serialized 
ProtoBuf message into a structured and Normalized relational model?

   - I have access to .proto files. Requirement is to map multiple .proto 
   formats into one relational design
   - Many of the field definitions have the prefix of "optional". Do I 
   create a Child table for optional fields:
   - there are many fields with prefix of "repeated". Do I also create a 
   Child table for these?
   

Many Thanks,
-Satish

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to