5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
|
/**
|
||
|
* connection ~ public api
|
||
|
*/
|
||
|
|
||
|
module.exports = require('./lib/oracle-data-source');
|