New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dbsupervisor-connector

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbsupervisor-connector

DBSupervisor.com secure database connector

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

DBSupervisor.com Connector

This is a small service which enables you to connect your database to DBSupervisor.com. It acts as a secure proxy between your database and the DBSupervisor API, providing bi-directional data transfer which enables advanced database insights and management with DBSupervisor.com.

This connector is designed to be used in production-grade environments and does not require the sharing of passwords or SSH tunnels to function.

The connector is lightweight, secure and production ready, and uses minimal resources.

Installation

npm install dbsupervisor-connector

Usage

Usage: dbsupervisor-connector [options]

Options:
  -V, --version            output the version number.
  -i, --uri [uri]          Database URI.
  -a, --api-key <api-key>  DBSupervisor.com organization API key. Get this from https://dashboard.dbsupervisor.com.
  -b, --backend <backend>  DBSupervisor backend (default: "wss://api.dbsupervisor.com").
  -h, --help               display help for command.

Example usage

npx dbsupervisor-connector -i postgres://user:pass@localhost:5432/postgres -a <your-dbsupervisor-api-key>

Your API key can be obtained from your dbsupervisor.com Dashboard

Keywords

FAQs

Package last updated on 02 Jun 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc