New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

opal-node-database

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

opal-node-database

Database Read/Write nodes for OPAL

latest
Source
npmnpm
Version
0.4.2
Version published
Maintainers
1
Created
Source

opal-node-database build status npm (scoped)

opal-node-database

This module is part of the OPAL framework

Nodes:

  • querydb-read

Querydb Read

Connects to mysql database based on the connections details provided and executes the specified query. Query results are returned as the output of the node.

Inputs:

  • DB Type: Specify the type of database to connect (e.g. mysql, oracle, db2, etc.)
  • Server: Specify the database server details (IP address or hostname)
  • Database: Specify the database instance name
  • Port: Specify the port number to be used for connection
  • Connection String: Specify the connection string for the database.
  • Username: Specify the username for connecting to the database.
  • Password: Specify the password for connecting to the database
  • Query: Specify the query to be executed on the database
  • Timeout: specify the timeout during lookup for the title operation

Outputs:

msg.error When an error happens contains the error message from underlying database connection msg.payload contains the data read from database query

Keywords

database

FAQs

Package last updated on 02 Mar 2018

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