2017 © Pedro Peláez
 

library propel-exporter

MySQL Workbench Schema Exporter for Propel 1

image

mysql-workbench-schema-exporter/propel-exporter

MySQL Workbench Schema Exporter for Propel 1

  • Wednesday, January 18, 2017
  • by rvock
  • Repository
  • 3 Watchers
  • 0 Stars
  • 161 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Build Status Latest Stable Version Total Downloads License, (*1)

README

This is an exporter to convert MySQL Workbench Models (*.mwb) to Propel 1 YAML and XML Schema., (*2)

Prerequisites

  • PHP 7.2+
  • Composer to install the dependencies

Installation

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

This will install the exporter and also require mysql-workbench-schema-exporter., (*3)

You then can invoke the CLI script using vendor/bin/mysql-workbench-schema-export., (*4)

Configuration

Model Comment Behavior

  • {propel:allowPkInsert}true{/propel:allowPkInsert} (applied to Table), (*5)

    Allow primary key value insertion if its an auto increment column., (*6)

  • {propel:propel_behaviors}behavior{/propel:propel_behaviors} (applied to Table), (*7)

    Propel behaviors definition, written in YAML format., (*8)

    Example usage:, (*9)

    {propel:propel_behaviors}
    timestampable:
    {/propel:propel_behaviors}
  • {propel:behaviors}behavior{/propel:behaviors} (applied to Table), (*10)

    Custom behaviors definition, written in YAML format., (*11)

Command Line Interface (CLI)

See documentation for mysql-workbench-schema-exporter, (*12)

The Versions

18/01 2017

dev-master

9999999-dev https://github.com/mysql-workbench-schema-exporter/propel-exporter

MySQL Workbench Schema Exporter for Propel 1

  Sources   Download

MIT

The Requires

 

by Johannes Mueller
by Toha
by Robert Vock

database cli mysql propel mysql workbench

17/01 2017

3.0.1

3.0.1.0 https://github.com/mysql-workbench-schema-exporter/propel-exporter

MySQL Workbench Schema Exporter for Propel 1

  Sources   Download

MIT

The Requires

 

by Johannes Mueller
by Toha
by Robert Vock

database cli mysql propel mysql workbench

09/01 2016

3.0.0

3.0.0.0 https://github.com/mysql-workbench-schema-exporter/propel-exporter

MySQL Workbench Schema Exporter for Propel 1

  Sources   Download

MIT

The Requires

 

by Johannes Mueller
by Toha
by Robert Vock

database cli mysql propel mysql workbench