npm.io
1.1.8 • Published 6 years ago

hapi-oracledb

Licence
ISC
Version
1.1.8
Deps
1
Size
10 kB
Vulns
0
Weekly
0

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,

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.