0.0.3 • Published 8 years ago

n-jdbc v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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