loopback/node_modules/oracle-connection/example/example.js

12 lines
266 B
JavaScript
Raw Normal View History

/**
* A generated `Connection` example...
*
* Examples should show a working module api
* and be used in tests to continously check
* they function as expected.
*/
var Connection = require('../');
var connection = Connection.create();
connection.myMethod();