mariadb-corporation / mariadb-connector-nodejs

MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. MariaDB Connector/Node.js is LGPL licensed.
GNU Lesser General Public License v2.1
374 stars 91 forks source link

Supported dbs #158

Closed bharatiprashant closed 3 years ago

bharatiprashant commented 3 years ago

What are the supported databases using MariaDB connector?

Turbine1991 commented 3 years ago

It might be better to ask if it'll work for any database in particular. MariaDB is effectively compatible with MySQL and forks.

rusher commented 3 years ago

Driver is compatible with all MariaDB and MySQL supported servers.

Supported version =

MariaDB 5.5, 10.0 and 10.1 are EOL recently, MySQL 5.5 and 5.6 either.

In fact driver is actually compatible with all servers version, not just supported one, but is tested only with supported servers. So that means, some modifications in the future might remove compatibility with old servers.

rusher commented 3 years ago

closing, since answered.

Feel free to create a new conversation linking to this one if that's not the case !