@davidkhala/oracledb-wheel
v0.0.8
Published
- SODA for Node.js is a Node.js API that implements Simple Oracle Document Access (SODA). It is part of the Oracle Node.js driver, `node-oracledb` — no additional installation is needed.
Downloads
11
Readme
Notes
- SODA for Node.js is a Node.js API that implements Simple Oracle Document Access (SODA). It is part of the Oracle Node.js driver,
node-oracledb— no additional installation is needed.
Feats
ConnectionString parser can help you translate oracle connectionString to a standard json format
import {ConnectStringParser} from './connectString.js'
const jsonResult =ConnectStringParser.parse('(name=connectionString)')