DEV Community

Discussion on: Build a simple app using Node JS and MySQL.

Collapse
 
jprumekso profile image
Jalu Pujo Rumekso

Hi Atauba, congrats for writing a detailed tutorial.

FYI, you can also use Crudite to make CRUD operation even seamless. It wraps node-mysql2 query method into a neat promise-based create(), read(), update(), and delete() method. More info can be found at github.com/jprumekso/crudite