wespals/phinx-db2-adapter

An IBM DB2 database adapter for the Phinx migration package

v1.0.1 2022-05-28 03:09 UTC

This package is auto-updated.

Last update: 2024-04-28 06:59:14 UTC


README

An IBM DB2 database adapter for the Phinx migration package

Installation

composer require wespals/phinx-db2-adapter

Usage

use Phinx\Db\Adapter\AdapterFactory;
use PhinxDb2Adapter\PhinxDb2Adapter;

AdapterFactory::instance()->registerAdapter('ibm', PhinxDb2Adapter::class);