NodeJs MySQL Create Database

In NodeJs, to create a database in MySQL, use the CREATE DATABASE statement.

Code :