schemabuf icon indicating copy to clipboard operation
schemabuf copied to clipboard

Generate a protocol buffer schema from a MySQL database schema

Results 11 schemabuf issues
Sort by recently updated
recently updated
newest added

I would like to see this repo generate CRUD RPCs for each table without joins.

solve follow problem, https://github.com/mcos/schemabuf/issues/9 it will support to generate go proto.

language: golang i generate proto file . contain text as follow: google.protobuf.Timestamp create_time = 19; google.protobuf.Timestamp update_time = 20; but when i build my golang project. can.'t find *protobuf.Timestamp this...

To hook to generate custom tags in protobuf

If I have 2 tables with similar names, eg: `some_type` and `some_types`, then I get only one message named `SomeType`, with all fields are merged from 2 tables above. Obviously,...

Currently, I got the error: ``` no compatible protobuf type found for `json`. column: `table_name`.`col_name` ```