diff --git a/README.md b/README.md index 15db3f5..1a7865d 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Check out the [Contributing Guidelines](https://github.com/pg-tr/awesome-postgre * [Transparent Data Encryption](https://www.cybertec-postgresql.com/en/products/postgresql-transparent-data-encryption/) - Transparent Data Encryption (TDE) is a CYBERTEC patch to PostgreSQL. ### Migration Tools +* [PostgreSQL Migrator](https://postgresql-migrator.readthedocs.org) - Migrate Oracle 11+, MySQL and MariaDB database to PostgreSQL (go). * [Babelfish](https://babelfishpg.org/) - With Babelfish, applications that currently running on SQL Server can now run directly on PostgreSQL with fewer code changes. * [sqlserver2pgsql](https://github.com/dalibo/sqlserver2pgsql) - Migration tool to convert a Microsoft SQL Server Database into a PostgreSQL database, as automatically as possible. * [db2topg](https://github.com/dalibo/db2topg) - Automated tool for DB2 migration to PostgreSQL, ala ora2pg.