使用連接池 async function run() { let pool; try { pool = await oracledb.createPool(DB_CONFIG); let connection; try { connection = await pool ...
確定! 回上一頁