mwb2sql icon indicating copy to clipboard operation
mwb2sql copied to clipboard

convert mwb (MySQL Workbench file format) to sql

Results 2 mwb2sql issues
Sort by recently updated
recently updated
newest added

Problem with 3rd parameter of function _generateSQLCreateStatements_ function seems to be solved. Use parameter **'OmitSchemas':1** --run-python "import os;import grt;from grt.modules import DbMySQLFE as fe;c = grt.root.wb.doc.physicalModels[0].catalog;fe.generateSQLCreateStatements(c, c.version, {'OmitSchemas':1});fe.createScriptForCatalogObjects(os.getenv('OUTPUT'), c, {'OmitSchemas':1})"...

It would be nice if one could filter objects (Tables, Views, Routines or Triggers) as in MySQL Workbench GUI "Export/Forward Engineer SQL CREATE Script…".