n-jdbc
v0.0.3
Published
a easy dbClient for oracle database proxy by java
Downloads
14
Readme
#n-jdbc
This is a easy dbClient for oracle database proxy by java.
So this repo is only the node part
###how to install
npm install --save n-jdbc###how to use
var createDBClient = require('n-jdbc').createDBClient
var dbClient = createDBClient('localhost',8080)
var connection = dbClient.getConnection('50HIP')
connection.executeUpdate('INSERT INTO TEST VALUES ("123")')