pparke / conversion

Database migration tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversion

Database migration tools using MDB2. This provides APIs to translate source tables and columns from one database into destination columns.

Using this package you can also perform programmatic transformations on the data before it is inserted into the destination database.

Installation

Make sure the silverorange composer repository is added to the composer.json for the project and then run:

composer require silverorange/conversion

About

Database migration tools.

License:GNU Lesser General Public License v2.1


Languages

Language:PHP 100.0%