hapi-oracledb
v1.1.8
Published
A simple Hapi oracledb connection plugin
Downloads
5
Readme
About
An oracledb plugin for https://hapijs.com/
Usage
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#connpoolingdecorate
: 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.