dbmover / mysql
MySQL vendor-specific DbMover module
0.9.1
2023-02-04 13:56 UTC
Requires
- dbmover/core: ^0.10.0
Requires (Dev)
- gentry/gentry: ^0.13.0
- gentry/toast: ^0.1.0
- toast/unit: ^2.0
README
MySQL vendor-specific metapackage for DbMover
Installation
Composer (recommended)
$ composer require dbmover/mysql
Setup and running
See the Dbmover README for instructions on setting up and running DbMover.
For quick start, you can simply add the Dbmover\Mysql\Plugin
meta package
to your dbmover.json
config.
MySQL specific notes
The MySQL plugins fully support the use of escaped object names (e.g.
something-weird
). Note however that MySQL is a bit weird with them, so our
official recommendation is to avoid reserved words or other illegal characters
in object names if at all possible.