0.0.8 • Published 1 year ago

@davidkhala/oracledb-wheel v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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)')