Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node.js + Oracle 9i Database

I am new to node.js and I already did my research with no success, so that is my question:

It is possible to use Node.js with an Oracle 9i Database? If so, where do I find some stuff about it?

Thanks in advance!

like image 520
felipebueno Avatar asked Mar 15 '11 20:03

felipebueno


2 Answers

The above noted npmjs now lists:

  • https://www.npmjs.org/search?q=db-oracle -> https://github.com/mariano/node-db-oracle
  • https://www.npmjs.org/search?q=oracle -> https://github.com/nearinfinity/node-oracle

See also: http://yuilibrary.com/gallery/show/sqlplus

like image 66
s.Daniel Avatar answered Oct 02 '22 05:10

s.Daniel


If there are no oracle database drivers listed in npm registry or within database modules, you will probably have to write your own driver (or wait until someone writes it).

like image 43
yojimbo87 Avatar answered Oct 02 '22 05:10

yojimbo87