A simple Hapi oracledb connection plugin
npm install hapi-oracledb
server.register({
plugin: 'hapi-oracledb',
options: ...
})
`Where
options is an object that has the following attributes,-
poolAttrs: object, options to initialize a pooling connection, see https://oracle.github.io/node-oracledb/doc/api.html#connpooling-
decorate: string or boolean, mixed use of different types of decorate settings are not allowed.Dependencies
This package depends on package oracledb, see https://oracle.github.io/node-oracledb/INSTALL.html#quickstart for installation guide.Example
For details on options`, see example.js.