🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nexus_js/bridge-postgres

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexus_js/bridge-postgres

Nexus Bridge Postgres connector — secure schema discovery via information_schema

latest
Source
npmnpm
Version
0.9.32
Version published
Weekly downloads
46
-84.41%
Maintainers
1
Weekly downloads
 
Created
Source

@nexus_js/bridge-postgres

Postgres schema discovery connector for Nexus Bridge.

Usage

Set an environment variable with a read-only DSN:

  • BRIDGE_POSTGRES_URL=postgres://...

Then run:

  • nexus bridge add postgres --dsn-env BRIDGE_POSTGRES_URL --schema public
  • nexus bridge discover

Security

  • Introspection uses information_schema (schema-only).
  • Connection defaults are conservative (single connection, timeouts).

Keywords

nexus

FAQs

Package last updated on 10 Jun 2026

Did you know?

Socket

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