A utility for Migrating Data between Oracle, Postgres, MySQL MariaDB, Snowflake. Stage Data from supported database to Amazon S3 and Azure Blob Storage in JSON and CSV Formats
MIT License
17
stars
10
forks
source link
Migrate MySQL Database Driver from node/mysql to node/mysql2 to accomodate MySQL 9.x #246
Migrate the MySQL Driver to node/mysql2 to support MySQL 9.x. The node/mysql package cannot connect to MySQL Databases > 8.1 due to MySQL's de-support of legacy authentication protocols.
Migrate the MySQL Driver to node/mysql2 to support MySQL 9.x. The node/mysql package cannot connect to MySQL Databases > 8.1 due to MySQL's de-support of legacy authentication protocols.