MCPcopy
hub / github.com/godaddy/terminus / dbConnect

Function dbConnect

example/oracle/index.js:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16async function dbConnect () {
17 await oracledb.createPool(config)
18 await oracledb.getConnection()
19}
20
21app.get('/dual', async (req, res) => {
22 const conn = await oracledb.getConnection()

Callers 1

startServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…