mssql : Microsoft SQL Server client for Node.js.. You can installing mssql npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mssql $ sudo npm install -g mssql
If want to update the mssql package execute the command as below,
$ sudo npm update mssql
Update package globally,
$ npm install -g mssql
$ sudo git clone https://github.com/rektide/mssql.git
$ sudo npm install -g ./mssql
mssql@4.1.0 /usr/lib/node_modules/mssql
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mssql
Package Name | mssql |
Version | 4.1.0 |
Description | Microsoft SQL Server client for Node.js. |
Released Date | 2017-09-29T16:26:32.347Z |
Published by | patriksimek |
How to Learn | https://www.npmjs.com/package/mssql/tutorial |