🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

database-aggregator-driver-oracle

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

database-aggregator-driver-oracle

Oracle Database driver for database-aggregator

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
6
Created
Source

database-aggregator-driver-oracle

NPM version npm download

Oracle Database driver for database-aggregator.

Installation

$ npm install --save database-aggregator-driver-oracle

Usage

The source configuration must have two properties:

config.connectString

The Oracle Database connection string

config.query

A string with the query to make.
The query must return the following columns:

  • ID: The row's unique identifier
  • PID: The entry's unique identifier (for aggregation)
  • MODDATE: The last modification date for this row

All other columns will be stored in the source database.

License

MIT

FAQs

Package last updated on 04 Oct 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