Skip to content

Winston Lee

  • Home
  • Projects
  • Blog
Winston Lee

mysql

NodeJS | Web

How to connect to MySQL / MariaDB using Node.JS (the right way)

Use a connection pool. It helps Conserve resource, connections got recycled Better reliability: it automatically reconnects when there’s a problem How? Simple, instead of creating a connection, just create a pool. It’s designed as a drop in replacement for client.query()…

Read More How to connect to MySQL / MariaDB using Node.JS (the right way)Continue

I’m an English / Vietnamese / Korean speaking software solution provider living in Korea

Get In Touch

To reach me, please use the contact form

© 2023

Github Linkedin
Scroll to top
  • Home
  • Projects
  • Blog