< Home - < Back

nodejs-pg


Information about the package, nodejs-pg, which is shipped with common Linux distributions. The nodejs-pg package is designed for, PostgreSQL client for Node.js - pure JavaScript and libpq with the.


Package Name:

nodejs-pg

Summary:

PostgreSQL client for Node.js - pure JavaScript and libpq with the

Description:

PostgreSQL client for Node.js with pure JavaScript client and native libpq bindings that share the same API. Supported PostgreSQL features include: - parameterized queries - named statements with query plan caching - asynchronous notifications with LISTEN/NOTIFY - bulk import & export with COPY TO/COPY FROM - extensible js<->postgresql data-type coercion

Architecture:

x86_64

Version:

0.12.3

Release:

2.el6

Size:

40 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for nodejs-pg


Control the nodejs-pg package with the following handy commands outlined below.


Command

Description of Command

yum install nodejs-pg

This command will install nodejs-pg on the server.

yum remove nodejs-pg

This command will un-install nodejs-pg on the server. When you run this command, you will be asked if you are sure that you want to remove nodejs-pg, so you have to manually confirm that you want to do this.

yum -y remove nodejs-pg

This command will un-install nodejs-pg on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-pg when using the -y flag.

yum update nodejs-pg

This command will update nodejs-pg to the latest version. When you run this command, you will be asked if you are sure that you want to remove nodejs-pg, so you have to manually confirm that you want to do this.

yum -y update nodejs-pg

This command will update nodejs-pg to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-pg when using the -y flag.

yum info nodejs-pg

This command will show you core information about the nodejs-pg package.

yum deplist nodejs-pg

This command will show you the dependencies for nodejs-pg. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nodejs-pg

This command will check if there is an update waiting on nodejs-pg. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.