├── .gitignore ├── Convertor.class.php ├── LICENSE ├── README.md └── convertor.php /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /Convertor.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihailShumilov/mysql2postgresql/HEAD/Convertor.class.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihailShumilov/mysql2postgresql/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihailShumilov/mysql2postgresql/HEAD/README.md -------------------------------------------------------------------------------- /convertor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihailShumilov/mysql2postgresql/HEAD/convertor.php --------------------------------------------------------------------------------