NodeJS MySQL Tutorial

One of the main advantages of using the NodeJS framework is the easy integration with the Database libraries. MySQL is one of the most popular database. NPM MySQL library provides easy integration with NodeJS application. In this tutorial, we’ll learn following operations from NodeJS application: Installing MySQL NPM module For …

NodeJS MySQL Tutorial Read More

NodeJS UUID Validate

To validate UUID (GUID) in NodeJS, we can use below options: 1. UUID NPM Package To use UUID package, we can use below command to include in our project. To validate UUID in NodeJS, we can use validate method of UUID package. Below is the sample code. In the first line, …

NodeJS UUID Validate Read More