sqlite : SQLite client for Node.js applications with SQL-based migrations API. You can installing sqlite 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 sqlite $ sudo npm install -g sqlite
If want to update the sqlite package execute the command as below,
$ sudo npm update sqlite
Update package globally,
$ npm install -g sqlite
$ sudo git clone https://github.com/rektide/sqlite.git
$ sudo npm install -g ./sqlite
sqlite@2.8.0 /usr/lib/node_modules/sqlite
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sqlite
| Package Name | sqlite |
| Version | 2.8.0 |
| Description | SQLite client for Node.js applications with SQL-based migrations API |
| Released Date | 2017-05-21T08:05:00.807Z |
| Published by | koistya |
| How to Learn | https://www.npmjs.com/package/sqlite/tutorial |