1.0.3 • Published 6 years ago

database-aggregator-driver-oracle v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago