@softvisio/psqls

1.3.13 • Public • Published

ℹ️ Please, see the full project documentation here: https://softvisio.github.io/psqls/.

Introduction

SSL / TLS wrapper for psql.

Allows for psql to connect to the PostgreSQL server over SSL tunnel. Can be used when PostgreSQL server is located behind the SSL load balancer.

Install

npm install --global @softvisio/psqls

Usage

Usage is the same as for original psql.

For tunneled connections is sets REAL_HOST variable, which can be used in your .psqlrc as following:

\if :{?REAL_HOST}
    \set PROMPT1 '[pg://%x%[%033[1;31m%]%n%[%033[0;31m%]@%[%033[1;31m%]%:REAL_HOST:%[%033[0;31m%]/%[%033[0;37m%]%/]%[%033[1;33m%]%#%[%033[0m%] '
\else
    \set PROMPT1 '[pg://%x%[%033[1;31m%]%n%[%033[0;31m%]@%[%033[1;31m%]%M%[%033[0;31m%]/%[%033[0;37m%]%/]%[%033[1;33m%]%#%[%033[0m%] '
\endif

Readme

Keywords

Package Sidebar

Install

npm i @softvisio/psqls

Weekly Downloads

55

Version

1.3.13

License

ISC

Unpacked Size

11.7 kB

Total Files

10

Last publish

Collaborators

  • zdm001