Download the PHP package kluevandrew/mysql2postgresql without Composer
On this page you can find all versions of the php package kluevandrew/mysql2postgresql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kluevandrew/mysql2postgresql
More information about kluevandrew/mysql2postgresql
Files in kluevandrew/mysql2postgresql
Download kluevandrew/mysql2postgresql
More information about kluevandrew/mysql2postgresql
Files in kluevandrew/mysql2postgresql
Vendor kluevandrew
Package mysql2postgresql
Short Description Mysql XML to Postgresql Sql dump converter
License GPL-2.0
Package mysql2postgresql
Short Description Mysql XML to Postgresql Sql dump converter
License GPL-2.0
Please rate this library. Is it a good library?
Informations about the package mysql2postgresql
mysql2postgresql
Converter mysql schema and data to postgresql
Usage
- Create dump in xml format using command:
mysqldump --xml -u USER_NAME DB_NAME > DUMP_FILE_NAME
- Run converter using command:
php convertor.php -i DUMP_FILE_NAME -o PSQL_FILE_NAME
Additional options
-b50
- set batch count (used on insert data). By default batch count = 200-n
- non export structure
Restriction
This converter does not support foreign keys, because mysql does not return foreign key in xml dump Also You must have installed locally php postgresql extension
All versions of mysql2postgresql with dependencies
PHP Build Version
Package Version
Requires
ext-pgsql Version
*
The package kluevandrew/mysql2postgresql contains the following files
Loading the files please wait ....