diff --git a/README.md b/README.md index 62d0ddf..379292a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.

MySQL data types to corresponding PostgreSQL data types, creates constraints, indexes, primary and foreign keys exactly as they were before migration. -
  • Ability to rename table and column names during migration.
  • +
  • Ability to rename tables and columns during migration.
  • Ability to recover migration process if disaster took place (without restarting from the beginning).
  • Ability to migrate big databases - in order to eliminate "process out of memory" issues NMIG will split each table's data into several chunks.
    Each group of chunks will be loaded via separate worker process.