diff --git a/README.md b/README.md index fc125c7..9d42fe9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.

  • Ease of use - the only thing needed to run this app is the Node.js runtime.
  • Accuracy of migration the database structure - NMIG converts MySQL data types to corresponding PostgreSQL data types, creates constraints, - indeces, primary and foreign keys exactly as they were before migration.
  • + indexes, primary and foreign keys exactly as they were before migration.
  • Ability to migrate big databases - in order to reduce RAM consumption NMIG will split each table's data into several chunks.
    Chunk size can be adjusted easily via configuration file.