2017 © Pedro Peláez
 

library mysql-procedures

Dbmover MySQL-specific procedure plugin overrides

image

dbmover/mysql-procedures

Dbmover MySQL-specific procedure plugin overrides

  • Sunday, April 16, 2017
  • by monomelodies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 8 % Grown

The README.md

Dbmover\MysqlProcedures

MySQL-specific plugin for (re)creating procedures., (*1)

Installation

composer require dbmover/mysql-procedures
This plugin is part of the `dbmover/mysql` meta-package.

Usage

See dbmover/core., (*2)

Caveats

You might have included delimiters in your schema, so you can easily copy/paste procedure definitions into the MySQL shell. You can remove them. They're only needed because the shell is silly. In fact, they trip DbMover up., (*3)

Your procedures can simply be written as:, (*4)

CREATE FUNCTION foo()
BEGIN
    -- SQL...
END;

Contributing

See dbmover/core., (*5)

The Versions

16/04 2017

dev-master

9999999-dev

Dbmover MySQL-specific procedure plugin overrides

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

16/04 2017

0.6.2

0.6.2.0

Dbmover MySQL-specific procedure plugin overrides

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.6.1

0.6.1.0

Dbmover MySQL-specific procedure plugin overrides

  Sources   Download

MIT

by Marijn Ophorst

08/04 2017

0.6.0

0.6.0.0

Dbmover MySQL-specific procedure plugin overrides

  Sources   Download

MIT

by Marijn Ophorst