Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 484 Bytes

File metadata and controls

16 lines (13 loc) · 484 Bytes

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