ever-co / ever-traduora

Ever® Traduora™ - Open Translation Management Platform - https://traduora.co
https://traduora.co
GNU Affero General Public License v3.0
1.97k stars 197 forks source link

[Feature] upgrades to support MySQL latest versions #382

Open evereq opened 1 year ago

evereq commented 1 year ago

We need to upgrade packages.json and other places (e.g., docker-compose) to use the latest versions of MySQL everywhere.

Please make sure: a) Docker-compose use the latest MySQL b) All docs updated with the latest MySQL versions 3) API (MySQL client package) works well with latest MySQL versions

evereq commented 1 year ago

Related to https://github.com/ever-co/ever-traduora/issues/381

Redominus commented 8 months ago

Using mysql package looks like a dead end. Probably replacing it with mysql2 would be a better option.

evereq commented 1 month ago

@rahul-rocket can you work to update MySQL driver to latest version of https://github.com/sidorares/node-mysql2 and also update the PostgreSQL driver to the latest and other dependencies (E.g. ORM etc)