MySQL mysql2 driver updates in 6.5.0 - where are these updates expected in the existing projects

Hello,

I have updated one of my projects to 6.5.0. The following note has been included in the Wappler 6.5.0 release about MySQL driver.

Also the default MySQL driver for NodeJS is now the much faster mysql2 driver. So all new database connections in Wappler and NodeJS are now using the mysql2 driver for much faster performance.

Where are these updates expected in the existing projects? In one of my projects, the mysql2 version in the package.json is currently set to ^3.9.3 and mysql version to ^2.18.1.

Or is this going to be the default setup in new projects only?

Well that is perfect. The packages will get automatically updated so it is all fine.

1 Like