2017 © Pedro Peláez
 

library pgsql-conditionals

Dbmover plugin for wrapping PostgreSQL conditionals in a "lamba"

image

dbmover/pgsql-conditionals

Dbmover plugin for wrapping PostgreSQL conditionals in a "lamba"

  • Saturday, April 15, 2017
  • by monomelodies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Dbmover\PgsqlConditionals

SQL extension to support conditionals in PostgreSQL schemas, (*1)

Installation

$ composer require dbmover/pgsql-conditionals

Usage

For general DbMover usage, see dbmover/core. This plugin needs to be manually included in your plugin list; it is not part of any meta-package., (*2)

The plugin is run both on __invoke as well as on __destruct. Since the most common usage is to perform conditional migrations (e.g. renaming a table), it is recommended to add it at or near the beginning of your plugin list, but at least before the dbmover/pgsql-tables plugin (included in the dbmover/pgsql meta-package), since this is a "destructive" plugin (it actually drops tables not found in your schemas)., (*3)

See also dbmover/conditionals for examples etc., (*4)

Contributing

See dbmover/core., (*5)

The Versions

15/04 2017

dev-master

9999999-dev

Dbmover plugin for wrapping PostgreSQL conditionals in a "lamba"

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.6.2

0.6.2.0

Dbmover plugin for wrapping PostgreSQL conditionals in a "lamba"

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.6.1

0.6.1.0

Dbmover plugin for wrapping PostgreSQL conditionals in a "lamba"

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

08/04 2017

0.6.0

0.6.0.0

Dbmover plugin for wrapping PostgreSQL conditionals in a "lamba"

  Sources   Download

MIT

by Marijn Ophorst