mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.22k stars 2.53k forks source link

Supported MySQL Versions #2551

Open dmitrymaslov99 opened 2 years ago

dmitrymaslov99 commented 2 years ago

Which versions the library supports? For example, the python library supports 4.1 + (https://pypi.org/project/PyMySQL/0.8.0/)

dougwilson commented 2 years ago

Hi, great question. This module implements both versions of the MySQL protocol (i.e. both pre and post 4.1), so should work with any version. But really, it should be called out in the docs and we should add a matrix of MySQL server versions in our CI to verify that.

samadadi commented 2 years ago

Hi. I saw in some of the issues that you talked about version 3 of this library. like supporting some of new features that came to mysql 8 latest versions. It would be so nice to have a section dedicated to the progress of version 3 of library.