Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.67 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.67 KB

Build Status Latest Stable Version Total Downloads License

README

This is an exporter to convert MySQL Workbench Models (*.mwb) to a Sencha ExtJS3 and ExtJS4 Schema.

Prerequisites

  • PHP 7.2+
  • Composer to install the dependencies

Installation

composer require --dev mysql-workbench-schema-exporter/sencha-exporter

This will install the exporter and also require mysql-workbench-schema-exporter.

You then can invoke the CLI script using vendor/bin/mysql-workbench-schema-export.

Configuration

Command Line Interface (CLI)

See documentation for mysql-workbench-schema-exporter

Links