DEV Community

Discussion on: Node.js with MySQL database.

Collapse
 
cvicentiu profile image
Vicențiu-Marian Ciorbaru

Great intro! The same tutorial will work for MariaDB, as the protocols are compatible.

Furthermore, one can use npm install mariadb to get the MariaDB connector which is a little bit faster instead.