Socket
Socket
Sign inDemoInstall

@dictadata/redshift-junction

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dictadata/redshift-junction

Storage junction for Amazon Redshift database access.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@dictadata/redshift-junction

dictadata storage-junction plug-in for Amazon Redshift database access using ODBC.

Installation

Requires Redshift ODBC drivers.

Requires node-gyp and a C++ compiler to build the NPM odbc package.

Storage-Junction Plugin

Register the junction when initializing the app.

const storage = require("@dictadata/storage-junctions");

const RedshiftJunction = require("@dictadata/redshift-junction");
storage.use("redshift", RedshiftJunction);

Then a junction can be created elsewhere in the app using a SMT.

const storage = require("@dictadata/storage-junctions");

var junction = await storage.activate({
  smt: {
    model:"redshift",
    locus: "DSN=xyz",
    schema: "table",
    key: "*"
  }
});

Keywords

FAQs

Package last updated on 13 Jan 2021

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