Pblizer is a tool to transform database DDL to Protobuf source file(.proto). Now it is support mysql. Oracle support will coming soon.

Pblizer是一个根据数据库DDL产生对应protobuf的小工具.现在仅支持mysql, oracle也将很快支持.

Known issue

  • CONSTRAINT xx FOREIGN KEY xx REFERENCES xx (xx) ON xx xx will cause err
  • LOCK TABLES and UNLOCK TABLES will cause err