migrate-cubrid-to-mysql

JSON →
library 0.1.0 ·javascript abandoned
verified Jun 5, 2026

Despite its name, this package actually migrates data from Oracle (not CUBRID) to MySQL. Version 0.1.0 is the only known release, appears unmaintained since 2016. It uses an event-driven API to copy data from Oracle to MySQL row by row via SELECT queries and INSERTs. The library has minimal documentation, no tests, and no support for modern Node.js or TypeScript. It is a niche, likely abandoned tool for one-time migrations from Oracle to MySQL. Not recommended for production use; consider using dedicated ETL tools like Apache NiFi, Pentaho, or database-native migration tools.