Skip to content

cheminfo/database-aggregator-driver-oracle

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published