Socket
Socket
Sign inDemoInstall

@cnlabs/pg-repo

Package Overview
Dependencies
36
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cnlabs/pg-repo

Postgress convinient repository


Version published
Weekly downloads
12
decreased by-33.33%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

pg-repo

This is a simple module for Postgress, that takes care about:

  1. connection management (single server or cluster)
  2. SQL execution
  3. data selection
  4. DDL support (table columns, indices and constraints)

Set environment variable POSTGRESS_CLUSTER=host-1:port-1,host-2:port-2,host-3:port-3 for cluster support

Set environment variable PG_REPO_DEBUG = true to see debug messages

Set environment variable PG_REPO_POOL_CHECK_INTERVAL (min value - 1000) in ms for refreshing servers roles in cluster

Set environment variable PG_POOL_SIZE for managing amount of connections in pool

Keywords

FAQs

Last updated on 24 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc